MCPcopy 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
143bool WalletBatch::ErasePool(int64_t nPool)
144{
145 return EraseIC(std::make_pair(std::string("pool"), nPool));
146}
147
148bool WalletBatch::WriteMinVersion(int nVersion)
149{

Callers 3

NewKeyPoolMethod · 0.80
KeepKeyMethod · 0.80
MarkReserveKeysAsUsedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected