Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ LoadMinVersion
Method
LoadMinVersion
src/wallet/wallet.cpp:627–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
625
}
626
627
bool CWallet::LoadMinVersion(int32_t nVersion) {
628
AssertLockHeld(cs_wallet);
629
nWalletVersion = nVersion;
630
631
return true;
632
}
633
634
int32_t CWallet::GetVersion() {
635
LOCK(cs_wallet);
Callers
1
LoadWallet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected