| 498 | // in place. |
| 499 | int GetTxDepthInMainChain(const CWalletTx& wtx) const NO_THREAD_SAFETY_ANALYSIS; |
| 500 | bool IsTxInMainChain(const CWalletTx& wtx) const { return GetTxDepthInMainChain(wtx) > 0; } |
| 501 | |
| 502 | /** |
| 503 | * @return number of blocks to maturity for this transaction: |
no outgoing calls
no test coverage detected