diff options
author | Matt Corallo <git@bluematt.me> | 2017-07-16 19:29:08 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2017-09-06 16:10:04 -0700 |
commit | aece8a4637f0d097e4be497bc82d59b37244d245 (patch) | |
tree | 11567fae24b604ce4eb35f0704d51c7081e231ff /src/wallet/wallet.h | |
parent | 961901f77e55aa07d5048000d57bcd218ae74b08 (diff) |
(finally) remove getinfo in favor of more module-specific infos
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 73ad3bdeca..51abe2b25f 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -87,7 +87,7 @@ enum class FeeEstimateMode; /** (client) version numbers for particular wallet features */ enum WalletFeature { - FEATURE_BASE = 10500, // the earliest version new wallets supports (only useful for getinfo's clientversion output) + FEATURE_BASE = 10500, // the earliest version new wallets supports (only useful for getwalletinfo's clientversion output) FEATURE_WALLETCRYPT = 40000, // wallet encryption FEATURE_COMPRPUBKEY = 60000, // compressed public keys |