mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 08:59:45 +00:00
chore: fmt and lint
This commit is contained in:
parent
ea13ef10d8
commit
f3134cde58
@ -17,8 +17,7 @@ fn indexer_test_run_ffi() -> Result<()> {
|
||||
|
||||
// RUN OBSERVATION: poll until the indexer has finalized at least one block,
|
||||
// returning early instead of sleeping for the full timeout.
|
||||
let last_block_indexer_ffi =
|
||||
indexer_ffi_helpers::wait_for_indexer_ffi_block(&indexer_ffi, 1)?;
|
||||
let last_block_indexer_ffi = indexer_ffi_helpers::wait_for_indexer_ffi_block(&indexer_ffi, 1)?;
|
||||
|
||||
info!("Last block on indexer FFI now is {last_block_indexer_ffi}");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user