lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

Bring `signrawtransactionwithkey` up to date #63

Open roylee17 opened 2 years ago

roylee17 commented 2 years ago

Currently unimplemented.

signrawtransaction has been obsoleted in favor of signrawtransactionwithwallet and signrawtransactionwithkey on bitcoin core, since v0.18.0.

We should support signrawtransactionwithkey in lbcd, and implement signrawtransactionwithwallet in lbcwallet