MCPcopy 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
33bool IsFeatureSupported(int wallet_version, int feature_version)
34{
35 return wallet_version >= feature_version;
36}
37
38WalletFeature GetClosestWalletFeature(int version)
39{

Callers 2

UpgradeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected