Skip to content

Commit f5b04a3

Browse files
rdeiorisobycode
andauthored
Update stackslib/src/chainstate/stacks/db/blocks.rs
Co-authored-by: Brice <brice@obycode.com>
1 parent 9b02f17 commit f5b04a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/stacks/db/blocks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4096,7 +4096,7 @@ impl StacksChainState {
40964096
current_epoch = StacksEpochId::Epoch32;
40974097
}
40984098
StacksEpochId::Epoch32 => {
4099-
panic!("No defined transition from Epoch31 forward")
4099+
panic!("No defined transition from Epoch32 forward")
41004100
}
41014101
}
41024102

0 commit comments

Comments
 (0)