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

Method KeepKey

src/wallet/wallet.cpp:3449–3455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3447}
3448
3449void CWallet::KeepKey(int64_t nIndex)
3450{
3451 // Remove from key pool
3452 WalletBatch batch(*database);
3453 batch.ErasePool(nIndex);
3454 WalletLogPrintf("keypool keep %d\n", nIndex);
3455}
3456
3457void CWallet::ReturnKey(int64_t nIndex, bool fInternal, const CPubKey& pubkey)
3458{

Callers 3

getrawchangeaddressFunction · 0.80
FundTransactionMethod · 0.80
CommitTransactionMethod · 0.80

Calls 2

ErasePoolMethod · 0.80
CPubKeyClass · 0.50

Tested by

no test coverage detected