diff options
| author | Matt Corallo <[email protected]> | 2018-03-26 11:20:56 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2018-04-13 15:18:26 -0400 |
| commit | 2874709a9f23d16eacfee1e53fadaff8081f16e6 (patch) | |
| tree | 31a26ab89bec62e7d13aea8d1888ab883e4bec38 /test/util/data/txcreatedata_seq0.json | |
| parent | Merge #11200: Allow for aborting rescans in the GUI (diff) | |
| download | discoin-2874709a9f23d16eacfee1e53fadaff8081f16e6.tar.xz discoin-2874709a9f23d16eacfee1e53fadaff8081f16e6.zip | |
Expose a transaction's weight via RPC
Diffstat (limited to 'test/util/data/txcreatedata_seq0.json')
| -rw-r--r-- | test/util/data/txcreatedata_seq0.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/data/txcreatedata_seq0.json b/test/util/data/txcreatedata_seq0.json index 4b5a7cab4..a6656b5ad 100644 --- a/test/util/data/txcreatedata_seq0.json +++ b/test/util/data/txcreatedata_seq0.json @@ -4,6 +4,7 @@ "version": 2, "size": 85, "vsize": 85, + "weight": 340, "locktime": 0, "vin": [ { |