MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / AcceptToMemoryPool

Method AcceptToMemoryPool

src/wallet/wallet.cpp:2803–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2801
2802
2803bool CMerkleTx::AcceptToMemoryPool(bool fLimitFree, bool fRejectAbsurdFee)
2804{
2805 CValidationState state;
2806 return ::AcceptToMemoryPool(mempool, state, *this, fLimitFree, NULL, false, fRejectAbsurdFee);
2807}
2808

Callers 2

BOOST_FOREACHFunction · 0.80
CommitTransactionMethod · 0.80

Calls 1

AcceptToMemoryPoolFunction · 0.85

Tested by

no test coverage detected