mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
rpc: Improve gettxoutsetinfo help
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
// Database-independent metric indicating the UTXO set size
|
||||
static uint64_t GetBogoSize(const CScript& scriptPubKey)
|
||||
{
|
||||
return 32 /* txid */ +
|
||||
|
||||
Reference in New Issue
Block a user