Skip to content

Commit

Permalink
Merge pull request #67 from clightning4j/macros/fix_sendrawtransaction
Browse files Browse the repository at this point in the history
fix: send raw transaction cln response
  • Loading branch information
vincenzopalazzo authored Nov 16, 2022
2 parents debbcfc + 7e39245 commit af21cd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class SendRawTransactionBtc(private val bitcoinRPC: LiteBitcoinRPC, private val
is BitcoinCoreException -> {
plugin.log(PluginLog.ERROR, "GetChainInfoBtc: terminate bitcoin core with error: %s".format(exception.message))
response.apply {
add("success", false)
add("errmsg", exception.message)
}
}
Expand Down

0 comments on commit af21cd3

Please sign in to comment.