Skip to content

Commit

Permalink
fix is_syncing method
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Dec 4, 2024
1 parent ab11dc0 commit f6a0afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl SyncState {
current_height,
highest_height,
} => current_height + 10 < highest_height,
_ => false,
_ => true,
}
}

Expand Down

0 comments on commit f6a0afa

Please sign in to comment.