mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Remove SyncWithWallets wrapper function
This commit is contained in:
@@ -47,7 +47,3 @@ void UnregisterAllValidationInterfaces() {
|
||||
g_signals.SyncTransaction.disconnect_all_slots();
|
||||
g_signals.UpdatedBlockTip.disconnect_all_slots();
|
||||
}
|
||||
|
||||
void SyncWithWallets(const CTransaction &tx, const CBlockIndex *pindex, int posInBlock) {
|
||||
g_signals.SyncTransaction(tx, pindex, posInBlock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user