cryptean / bitcoinlib

Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
MIT License
404 stars 206 forks source link

Split signrawtransaction into wallet and non-wallet RPC calls #98

Closed moodmosaic closed 5 years ago

moodmosaic commented 5 years ago

As per the low-level RPC changes introduced in Bitcoin Core v0.17:

signrawtransaction is deprecated and will be fully removed in v0.18. To use signrawtransaction in v0.17, restart bitcoind with -deprecatedrpc=signrawtransaction Projects should transition to using signrawtransactionwithkey and signrawtransactionwithwallet before upgrading to v0.18.

/cc @GeorgeKimionis