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

Method TxnBegin

src/wallet/walletdb.cpp:849–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847}
848
849bool WalletBatch::TxnBegin()
850{
851 return m_batch.TxnBegin();
852}
853
854bool WalletBatch::TxnCommit()
855{

Callers 3

RecoverMethod · 0.45
EncryptWalletMethod · 0.45
AccountMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected