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/txcreatescript2.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/txcreatescript2.json')
| -rw-r--r-- | test/util/data/txcreatescript2.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/data/txcreatescript2.json b/test/util/data/txcreatescript2.json index 94b669ffb..32dd64457 100644 --- a/test/util/data/txcreatescript2.json +++ b/test/util/data/txcreatescript2.json @@ -4,6 +4,7 @@ "version": 1, "size": 42, "vsize": 42, + "weight": 168, "locktime": 0, "vin": [ ], |