diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-08-22 20:25:23 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2021-03-23 20:32:47 +0100 |
commit | 1a27af1d7b5ec18b4248ead1eaf0f381047b4b24 (patch) | |
tree | e808644730e02cd69a244624b50edc8cf3d500be /src/node | |
parent | 92cf3a22e3c79ce28c5cc9dcbc18348c43cbe4d9 (diff) |
rpc: Improve gettxoutsetinfo help
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/coinstats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/coinstats.cpp b/src/node/coinstats.cpp index 88bdba5953..268580c6e6 100644 --- a/src/node/coinstats.cpp +++ b/src/node/coinstats.cpp @@ -15,6 +15,7 @@ #include <map> +// Database-independent metric indicating the UTXO set size static uint64_t GetBogoSize(const CScript& scriptPubKey) { return 32 /* txid */ + |