clightning4j / btcli4j

It is a core lightning plugin to override Bitcoin backend plugin with esplora by Blockstream and give the possibility to make the running process with bitcoind in pruning mode more solid.
GNU General Public License v2.0
9 stars 7 forks source link

fix: if a error is throws from bitcoind return the error to cln #64

Closed vincenzopalazzo closed 1 year ago

vincenzopalazzo commented 1 year ago

This is always true except for the get block by height

Fixes https://github.com/clightning4j/btcli4j/issues/63

Signed-off-by: Vincenzo Palazzo vincenzopalazzodev@gmail.com