aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/txcreatemultisig3.json
AgeCommit message (Collapse)Author
2018-04-13Expose a transaction's weight via RPCMatt Corallo
2017-09-28Implement BIP173 addresses and testsPieter Wuille
2017-08-07rpc: Use ValueFromAmount instead of FormatMoney in TxToUnivWladimir J. van der Laan
With this, the amounts returned in `decoderawtransaction` will be padded to 8 digits like anywhwere else in the API.
2017-04-28refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery