mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-03-19 02:13:40 +00:00
fix: fmt
This commit is contained in:
parent
94faaa6d64
commit
de3d17c7f8
@ -204,8 +204,11 @@ mod tests {
|
||||
&sign_key,
|
||||
);
|
||||
|
||||
let next_block =
|
||||
common::test_utils::produce_dummy_block(u64::try_from(i).unwrap(), Some(prev_hash), vec![tx]);
|
||||
let next_block = common::test_utils::produce_dummy_block(
|
||||
u64::try_from(i).unwrap(),
|
||||
Some(prev_hash),
|
||||
vec![tx],
|
||||
);
|
||||
prev_hash = next_block.header.hash;
|
||||
|
||||
storage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user