| 1386 | } |
| 1387 | |
| 1388 | bool CWallet::IsFromMe(const CTransaction& tx) const |
| 1389 | { |
| 1390 | return (GetDebit(tx, ISMINE_ALL) > 0); |
| 1391 | } |
| 1392 | |
| 1393 | CAmount CWallet::GetDebit(const CTransaction& tx, const isminefilter& filter) const |
| 1394 | { |
no outgoing calls
no test coverage detected