Skip to content

Commit fc6db45

Browse files
committed
chore: fix compile error from merge
1 parent c99a210 commit fc6db45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ impl StacksEpochId {
352352
| StacksEpochId::Epoch23
353353
| StacksEpochId::Epoch24
354354
| StacksEpochId::Epoch25 => false,
355-
StacksEpochId::Epoch30 => true,
355+
StacksEpochId::Epoch30 | StacksEpochId::Epoch31 => true,
356356
}
357357
}
358358

0 commit comments

Comments
 (0)