mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-10 12:43:30 +01:00
wallet: Add utility method for CanSupportFeature
This commit is contained in:
@@ -29,7 +29,7 @@ enum WalletFeature
|
||||
FEATURE_LATEST = FEATURE_PRE_SPLIT_KEYPOOL
|
||||
};
|
||||
|
||||
|
||||
bool IsFeatureSupported(int wallet_version, int feature_version);
|
||||
|
||||
enum WalletFlags : uint64_t {
|
||||
// wallet flags in the upper section (> 1 << 31) will lead to not opening the wallet if flag is unknown
|
||||
|
||||
Reference in New Issue
Block a user