From 70ac6b3294dfe6f5997a3386dc01d66194aace41 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Thu, 23 Jul 2026 14:59:54 +0300 Subject: [PATCH] fix(wallet): merge postfix --- lez/wallet/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lez/wallet/src/lib.rs b/lez/wallet/src/lib.rs index 19e57ccd..e38b33b9 100644 --- a/lez/wallet/src/lib.rs +++ b/lez/wallet/src/lib.rs @@ -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 {