Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ErasePool
Method
ErasePool
src/wallet/walletdb.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
bool WalletBatch::ErasePool(int64_t nPool)
144
{
145
return EraseIC(std::make_pair(std::string(
"pool"
), nPool));
146
}
147
148
bool WalletBatch::WriteMinVersion(int nVersion)
149
{
Callers
3
NewKeyPool
Method · 0.80
KeepKey
Method · 0.80
MarkReserveKeysAsUsed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected