diff options
| author | jonnynewbs <[email protected]> | 2016-09-21 20:51:00 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-04-28 10:01:56 -0400 |
| commit | 0ff9320bf5b60968669269b05b0eba65dd69c6b6 (patch) | |
| tree | eac1dd4f4bd2efd2ef144528fa967557ea3030d5 /test/util/data/txcreatedata2.json | |
| parent | Merge #10075: Remove unused C++ code not covered by unit tests (diff) | |
| download | discoin-0ff9320bf5b60968669269b05b0eba65dd69c6b6.tar.xz discoin-0ff9320bf5b60968669269b05b0eba65dd69c6b6.zip | |
refactor TxToJSON() and ScriptPubKeyToJSON()
Diffstat (limited to 'test/util/data/txcreatedata2.json')
| -rw-r--r-- | test/util/data/txcreatedata2.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/util/data/txcreatedata2.json b/test/util/data/txcreatedata2.json index 3c6da40f9..8f1544e1c 100644 --- a/test/util/data/txcreatedata2.json +++ b/test/util/data/txcreatedata2.json @@ -2,6 +2,8 @@ "txid": "c14b007fa3a6c1e7765919c1d14c1cfc2b8642c3a5d3be4b1fa8c4ccfec98bb0", "hash": "c14b007fa3a6c1e7765919c1d14c1cfc2b8642c3a5d3be4b1fa8c4ccfec98bb0", "version": 2, + "size": 176, + "vsize": 176, "locktime": 0, "vin": [ { |