MCPcopy Create free account
hub / github.com/LUX-Core/lux / AcceptToMemoryPool

Method AcceptToMemoryPool

src/wallet.cpp:4585–4589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4583
4584
4585bool CMerkleTx::AcceptToMemoryPool(bool fLimitFree, bool fRejectInsaneFee, bool ignoreFees)
4586{
4587 CValidationState state;
4588 return ::AcceptToMemoryPool(mempool, state, *this, fLimitFree, nullptr, nullptr, fRejectInsaneFee, ignoreFees);
4589}
4590
4591int CMerkleTx::GetTransactionLockSignatures() const
4592{

Callers 5

CommitTransactionMethod · 0.80
CheckMethod · 0.80
ChargeFeesMethod · 0.80
ChargeRandomFeesMethod · 0.80

Calls 1

AcceptToMemoryPoolFunction · 0.85

Tested by

no test coverage detected