(finally) remove getinfo in favor of more module-specific infos

This commit is contained in:
Matt Corallo
2017-07-16 19:29:08 -04:00
parent 961901f77e
commit aece8a4637
6 changed files with 15 additions and 101 deletions

View File

@@ -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