diff options
| author | Fabian Jahr <[email protected]> | 2020-06-02 23:56:28 +0200 |
|---|---|---|
| committer | Fabian Jahr <[email protected]> | 2020-06-22 01:55:36 +0200 |
| commit | f17a4d1c4ddce6935a353004898fb4e8618a213e (patch) | |
| tree | ac02ebbe6cb4014da200bf3e466efd74468c521c /src/node/coinstats.h | |
| parent | rpc: gettxoutsetinfo can specify hash_type (only legacy option for now) (diff) | |
| download | discoin-f17a4d1c4ddce6935a353004898fb4e8618a213e.tar.xz discoin-f17a4d1c4ddce6935a353004898fb4e8618a213e.zip | |
rpc: Add hash_type NONE to gettxoutsetinfo
Diffstat (limited to 'src/node/coinstats.h')
| -rw-r--r-- | src/node/coinstats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/coinstats.h b/src/node/coinstats.h index 1d0270d56..2a7441c10 100644 --- a/src/node/coinstats.h +++ b/src/node/coinstats.h @@ -16,6 +16,7 @@ class CCoinsView; enum class CoinStatsHashType { HASH_SERIALIZED, + NONE, }; struct CCoinsStats |