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

Method WriteOrderPosNext

src/wallet/walletdb.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool WalletBatch::WriteOrderPosNext(int64_t nOrderPosNext)
129{
130 return WriteIC(std::string("orderposnext"), nOrderPosNext);
131}
132
133bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool)
134{

Callers 2

ReorderTransactionsMethod · 0.80
IncOrderPosNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected