mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
refactor: De-globalize g_signals
This commit is contained in:
@@ -39,7 +39,8 @@ static void WalletBalance(benchmark::Bench& bench, const bool set_dirty, const b
|
||||
generatetoaddress(test_setup->m_node, address_mine.value_or(ADDRESS_WATCHONLY));
|
||||
generatetoaddress(test_setup->m_node, ADDRESS_WATCHONLY);
|
||||
}
|
||||
SyncWithValidationInterfaceQueue();
|
||||
// Calls SyncWithValidationInterfaceQueue
|
||||
wallet.chain().waitForNotificationsIfTipChanged(uint256::ZERO);
|
||||
|
||||
auto bal = GetBalance(wallet); // Cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user