| 153 | } |
| 154 | |
| 155 | void SyncTransaction(const uint256 &hash, CBaseTx *pBaseTx, const CBlock *pBlock) { |
| 156 | g_signals.SyncTransaction(hash, pBaseTx, pBlock); |
| 157 | } |
| 158 | |
| 159 | void EraseTransactionFromWallet(const uint256 &hash) { g_signals.EraseTransaction(hash); } |
| 160 |
no test coverage detected