mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-18 04:13:07 +00:00
fix: merge fix
This commit is contained in:
parent
f0066bc2aa
commit
d2dc255bc5
@ -232,13 +232,7 @@ pub async fn execute_keys_restoration(password: String, depth: u32) -> Result<()
|
||||
|
||||
println!("Last block is {last_block}");
|
||||
|
||||
parse_block_range(
|
||||
1,
|
||||
last_block,
|
||||
wallet_core.sequencer_client.clone(),
|
||||
&mut wallet_core,
|
||||
)
|
||||
.await?;
|
||||
wallet_core.sync_to_block(last_block).await?;
|
||||
|
||||
println!("Private tree clean up start");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user