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

Method WritePool

src/wallet/walletdb.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194bool WalletBatch::WritePool(int64_t nPool, const CKeyPool& keypool)
195{
196 return WriteIC(std::make_pair(DBKeys::POOL, nPool), keypool);
197}
198
199bool WalletBatch::ErasePool(int64_t nPool)
200{

Callers 2

MarkPreSplitKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected