Skip to content

Commit

Permalink
Enable FixJCLSteps at Rev23 (from Rev22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mksong76 committed Nov 20, 2023
1 parent 43b51cb commit 2c1572d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion icon/icmodule/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ const (
Revision20
Revision21
Revision22
Revision23
RevisionReserved
)

const (
DefaultRevision = Revision1
MaxRevision = RevisionReserved - 1
LatestRevision = Revision22
LatestRevision = Revision23
)

const (
Expand Down Expand Up @@ -157,6 +158,8 @@ var revisionFlags = []module.Revision{
// Revision21
module.MultipleFeePayers,
// Revision22
0,
// Revision23
module.FixJCLSteps,
}

Expand Down

0 comments on commit 2c1572d

Please sign in to comment.