Current result:
"bogosize": 3846482678,
"disk_size": 2272310093,
Current result:
"bogosize": 3846482678,
"disk_size": 2272310093,
Fixed.
Nice, concept ACK
Breaking changes need to be mentioned in the release notes. Mind to do it in this pull?
On Fri, May 19, 2017 at 2:37 AM, Pieter Wuille notifications@github.com wrote:
Fixed.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/pull/10426#issuecomment-302577802, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGmv7RAjHs0G7ASE9mF7mNoTAKKXKPDks5r7ORfgaJpZM4Nf66O .
Rebased, and updated the release notes a bit.
906 | @@ -904,6 +907,7 @@ UniValue gettxoutsetinfo(const JSONRPCRequest& request) 907 | " \"bestblock\": \"hex\", (string) the best block hash hex\n" 908 | " \"transactions\": n, (numeric) The number of transactions\n" 909 | " \"txouts\": n, (numeric) The number of output transactions\n" 910 | + " \"bogosize\": n, (numeric) A meaningless metric for UTXO set size\n" 911 | " \"hash_serialized\": \"hash\", (string) The serialized hash\n"
Could you suffix the name here with _2 as you are touching the file anyway?
Done.
tested ACK 8b22af3