rpc: Improve gettxoutsetinfo help

This commit is contained in:
Fabian Jahr
2020-08-22 20:25:23 +02:00
parent 92cf3a22e3
commit 1a27af1d7b
2 changed files with 4 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#include <map>
// Database-independent metric indicating the UTXO set size
static uint64_t GetBogoSize(const CScript& scriptPubKey)
{
return 32 /* txid */ +