mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-07-24 08:33:16 +00:00
fix(wallet): merge postfix
This commit is contained in:
parent
17aaef0b03
commit
70ac6b3294
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user