aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/txcreateoutpubkey3.json
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-08-07 14:41:29 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-08-07 17:01:21 +0200
commitec05c508c681b01ca990f091f346f5171538ce8d (patch)
tree38f77a320165eaddd0b5169969ca29f6108460ba /test/util/data/txcreateoutpubkey3.json
parent46347add438d49a69f34a3f2ab755feda7daff10 (diff)
downloadbitcoin-ec05c508c681b01ca990f091f346f5171538ce8d.tar.xz
rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv
With this, the amounts returned in `decoderawtransaction` will be padded to 8 digits like anywhwere else in the API.
Diffstat (limited to 'test/util/data/txcreateoutpubkey3.json')
-rw-r--r--test/util/data/txcreateoutpubkey3.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/data/txcreateoutpubkey3.json b/test/util/data/txcreateoutpubkey3.json
index b8389b8f7e..0a5d489e15 100644
--- a/test/util/data/txcreateoutpubkey3.json
+++ b/test/util/data/txcreateoutpubkey3.json
@@ -9,7 +9,7 @@
],
"vout": [
{
- "value": 0.00,
+ "value": 0.00000000,
"n": 0,
"scriptPubKey": {
"asm": "OP_HASH160 a5ab14c9804d0d8bf02f1aea4e82780733ad0a83 OP_EQUAL",