Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ WriteMinVersion
Method
WriteMinVersion
src/wallet/walletdb.cpp:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
bool WalletBatch::WriteMinVersion(int nVersion)
205
{
206
return WriteIC(DBKeys::MINVERSION, nVersion);
207
}
208
209
bool WalletBatch::WriteActiveScriptPubKeyMan(uint8_t type, const uint256& id, bool internal)
210
{
Callers
1
SetMinVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected