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

Method IsTxImmatureCoinBase

src/wallet/wallet.cpp:3347–3351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3345}
3346
3347bool CWallet::IsTxImmatureCoinBase(const CWalletTx& wtx) const
3348{
3349 // note GetBlocksToMaturity is 0 for non-coinbase tx
3350 return GetTxBlocksToMaturity(wtx) > 0;
3351}
3352
3353bool CWallet::IsCrypted() const
3354{

Callers 8

spend.cppFile · 0.80
CachedTxGetCreditFunction · 0.80
GetAddressBalancesFunction · 0.80
coins.cppFile · 0.80
transactions.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected