diff options
author | Matt Corallo <git@bluematt.me> | 2018-03-26 11:20:56 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2018-04-13 15:18:26 -0400 |
commit | 2874709a9f23d16eacfee1e53fadaff8081f16e6 (patch) | |
tree | 31a26ab89bec62e7d13aea8d1888ab883e4bec38 /test/util/data/txcreatescript1.json | |
parent | 5f2a39946fd42535038e0143cbd289d3070b9f07 (diff) |
Expose a transaction's weight via RPC
Diffstat (limited to 'test/util/data/txcreatescript1.json')
-rw-r--r-- | test/util/data/txcreatescript1.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/data/txcreatescript1.json b/test/util/data/txcreatescript1.json index 5072452fed..af1c4c35e2 100644 --- a/test/util/data/txcreatescript1.json +++ b/test/util/data/txcreatescript1.json @@ -4,6 +4,7 @@ "version": 1, "size": 20, "vsize": 20, + "weight": 80, "locktime": 0, "vin": [ ], |