mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Remove SyncWithWallets wrapper function
This commit is contained in:
parent
12ee1fe018
commit
7565e03b96
3 changed files with 6 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue