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

Method WriteOrderPosNext

src/wallet/walletdb.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bool WalletBatch::WriteOrderPosNext(int64_t nOrderPosNext)
185{
186 return WriteIC(DBKeys::ORDERPOSNEXT, nOrderPosNext);
187}
188
189bool WalletBatch::ReadPool(int64_t nPool, CKeyPool& keypool)
190{

Callers 2

ReorderTransactionsMethod · 0.80
IncOrderPosNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected