Skip to content

Commit fd22fa5

Browse files
committed
fix(node): incorrect action count
1 parent b0c4ba5 commit fd22fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/action_kind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ pub enum ActionKind {
716716
}
717717

718718
impl ActionKind {
719-
pub const COUNT: u16 = 597;
719+
pub const COUNT: u16 = 599;
720720
}
721721

722722
impl std::fmt::Display for ActionKind {

0 commit comments

Comments
 (0)