MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / WritePool

Method WritePool

src/wallet/walletdb.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool)
139{
140 return WriteIC(std::make_pair(std::string("pool"), nPool), keypool);
141}
142
143bool WalletBatch::ErasePool(int64_t nPool)
144{

Callers 2

TopUpKeyPoolMethod · 0.80
MarkPreSplitKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected