fix(wallet): merge postfix

This commit is contained in:
Pravdyvy 2026-07-23 14:59:54 +03:00
parent 17aaef0b03
commit 70ac6b3294

View File

@ -450,7 +450,7 @@ impl WalletCore {
let mut index = NullifierIndex::default();
index.track_initialization(account_id);
let poller = self.optimal_poller();
let poller = self.poller_helm();
let mut blocks = std::pin::pin!(poller.poll_block_range(1..=cursor));
while let Some(block) = blocks.try_next().await? {
for tx in block.body.transactions {