diff options
author | jonnynewbs <jonnynewbs@gmail.com> | 2016-09-21 20:51:00 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-04-28 10:01:56 -0400 |
commit | 0ff9320bf5b60968669269b05b0eba65dd69c6b6 (patch) | |
tree | eac1dd4f4bd2efd2ef144528fa967557ea3030d5 /test/util/data/txcreatemultisig4.json | |
parent | 4c924011f535c46b3bc02bef8b7e2a8ad559d78d (diff) |
refactor TxToJSON() and ScriptPubKeyToJSON()
Diffstat (limited to 'test/util/data/txcreatemultisig4.json')
-rw-r--r-- | test/util/data/txcreatemultisig4.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/util/data/txcreatemultisig4.json b/test/util/data/txcreatemultisig4.json index fc69c7269c..d23ccc045e 100644 --- a/test/util/data/txcreatemultisig4.json +++ b/test/util/data/txcreatemultisig4.json @@ -2,6 +2,8 @@ "txid": "5e8b1cc73234e208d4b7ca9075f136b908c34101be7a048df4ba9ac758b61567", "hash": "5e8b1cc73234e208d4b7ca9075f136b908c34101be7a048df4ba9ac758b61567", "version": 1, + "size": 42, + "vsize": 42, "locktime": 0, "vin": [ ], |