Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsFeatureSupported
Function
IsFeatureSupported
src/wallet/walletutil.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
bool IsFeatureSupported(int wallet_version, int feature_version)
34
{
35
return wallet_version >= feature_version;
36
}
37
38
WalletFeature GetClosestWalletFeature(int version)
39
{
Callers
2
EXCLUSIVE_LOCKS_REQUIRED
Method · 0.85
Upgrade
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected