| 109 | } |
| 110 | |
| 111 | bool OutputIsChange(const CWallet& wallet, const CTxOut& txout) |
| 112 | { |
| 113 | return ScriptIsChange(wallet, txout.scriptPubKey); |
| 114 | } |
| 115 | |
| 116 | bool ScriptIsChange(const CWallet& wallet, const CScript& script) |
| 117 | { |
no test coverage detected