MCPcopy 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
627bool CWallet::LoadMinVersion(int32_t nVersion) {
628 AssertLockHeld(cs_wallet);
629 nWalletVersion = nVersion;
630
631 return true;
632}
633
634int32_t CWallet::GetVersion() {
635 LOCK(cs_wallet);

Callers 1

LoadWalletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected