| 313 | } |
| 314 | |
| 315 | bool CachedTxIsFromMe(const CWallet& wallet, const CWalletTx& wtx, const isminefilter& filter) |
| 316 | { |
| 317 | return (CachedTxGetDebit(wallet, wtx, filter) > CAmountMap()); |
| 318 | } |
| 319 | |
| 320 | bool CachedTxIsTrusted(const CWallet& wallet, const CWalletTx& wtx, std::set<uint256>& trusted_parents) |
| 321 | { |
no test coverage detected