refactor TxToJSON() and ScriptPubKeyToJSON()
commit0ff9320bf5b60968669269b05b0eba65dd69c6b6
authorjonnynewbs <jonnynewbs@gmail.com>
Thu, 22 Sep 2016 00:51:00 +0000 (21 20:51 -0400)
committerJohn Newbery <john@johnnewbery.com>
Fri, 28 Apr 2017 14:01:56 +0000 (28 10:01 -0400)
treeeac1dd4f4bd2efd2ef144528fa967557ea3030d5
parent4c924011f535c46b3bc02bef8b7e2a8ad559d78d
refactor TxToJSON() and ScriptPubKeyToJSON()
27 files changed:
src/core_write.cpp
src/rest.cpp
src/rpc/blockchain.cpp
src/rpc/rawtransaction.cpp
test/util/data/blanktxv1.json
test/util/data/blanktxv2.json
test/util/data/tt-delin1-out.json
test/util/data/tt-delout1-out.json
test/util/data/tt-locktime317000-out.json
test/util/data/txcreate1.json
test/util/data/txcreate2.json
test/util/data/txcreatedata1.json
test/util/data/txcreatedata2.json
test/util/data/txcreatedata_seq0.json
test/util/data/txcreatedata_seq1.json
test/util/data/txcreatemultisig1.json
test/util/data/txcreatemultisig2.json
test/util/data/txcreatemultisig3.json
test/util/data/txcreatemultisig4.json
test/util/data/txcreateoutpubkey1.json
test/util/data/txcreateoutpubkey2.json
test/util/data/txcreateoutpubkey3.json
test/util/data/txcreatescript1.json
test/util/data/txcreatescript2.json
test/util/data/txcreatescript3.json
test/util/data/txcreatescript4.json
test/util/data/txcreatesignv1.json