cargo fmt
This commit is contained in:
@ -407,7 +407,9 @@ impl StorageStage {
|
|||||||
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
|
if cross_boundary!(*poh_height, entry.num_hashes, storage_rotate_count) {
|
||||||
trace!(
|
trace!(
|
||||||
"crosses sending at poh_height: {} entry_height: {}! hashes: {}",
|
"crosses sending at poh_height: {} entry_height: {}! hashes: {}",
|
||||||
*poh_height, entry_height, entry.num_hashes
|
*poh_height,
|
||||||
|
entry_height,
|
||||||
|
entry.num_hashes
|
||||||
);
|
);
|
||||||
Self::process_entry_crossing(
|
Self::process_entry_crossing(
|
||||||
&storage_state,
|
&storage_state,
|
||||||
|
Reference in New Issue
Block a user