MCPcopy 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
620void CWallet::SetNull() {
621 nWalletVersion = 0;
622 fFileBacked = false;
623 nMasterKeyMaxID = 0;
624 pWalletDbEncryption = nullptr;
625}
626
627bool CWallet::LoadMinVersion(int32_t nVersion) {
628 AssertLockHeld(cs_wallet);

Callers 1

CleanAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected