Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-20 | Declare CMutableTransaction a struct in rawtransaction.h | Ben Woosley | |
Because it's a struct. | |||
2018-02-17 | Split signrawtransaction into wallet and non-wallet | Andrew Chow | |
Splits signrwatransaction into a wallet version (signrawtransactionwithwallet) and non-wallet version (signrawtransactionwithkey). signrawtransaction is marked as DEPRECATED and will call the right signrawtransaction* command as per the parameters in order to maintain compatibility. Updated signrawtransactions test to use new RPCs |