MCPcopy Create free account
hub / github.com/ElementsProject/elements / ErasePool

Method ErasePool

src/wallet/walletdb.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199bool WalletBatch::ErasePool(int64_t nPool)
200{
201 return EraseIC(std::make_pair(DBKeys::POOL, nPool));
202}
203
204bool WalletBatch::WriteMinVersion(int nVersion)
205{

Callers 3

NewKeyPoolMethod · 0.80
KeepDestinationMethod · 0.80
MarkReserveKeysAsUsedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected