Skip to content

Commit 0084d73

Browse files
author
Naohiro Yoshida
committed
change canonicalize
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent fe882f2 commit 0084d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

light-client/src/client_state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ impl ClientState {
4444
pub fn canonicalize(mut self) -> Self {
4545
self.latest_height = new_height(self.chain_id.version(), 0);
4646
self.frozen = false;
47+
self.fork_specs = vec![];
4748
self
4849
}
4950

0 commit comments

Comments
 (0)