Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ SetNull
Method
SetNull
src/wallet/wallet.cpp:620–625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
}
619
620
void CWallet::SetNull() {
621
nWalletVersion = 0;
622
fFileBacked = false;
623
nMasterKeyMaxID = 0;
624
pWalletDbEncryption = nullptr;
625
}
626
627
bool CWallet::LoadMinVersion(int32_t nVersion) {
628
AssertLockHeld(cs_wallet);
Callers
1
CleanAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected