void SyncWithWallets(const CTransaction &tx, const CBlock *pblock, bool fRespend) {
    g_signals.SyncTransaction(tx, pblock, fRespend);
}
void SyncWithWallets(const CTransaction& tx, const CBlockIndex* pindex, const CBlock* pblock)
{
    g_signals.SyncTransaction(tx, pindex, pblock);
}