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