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

Method InMempool

src/wallet/wallet.cpp:2007–2010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2005}
2006
2007bool CWalletTx::InMempool() const
2008{
2009 return fInMempool;
2010}
2011
2012bool CWalletTx::IsTrusted() const
2013{

Callers 6

AbandonTransactionMethod · 0.80
GetUnconfirmedBalanceMethod · 0.80
AvailableCoinsMethod · 0.80
getWalletTxDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected