Skip to content

Commit

Permalink
fix: permission package type (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink authored Jan 11, 2024
1 parent bf6ae37 commit 92422f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/storage/types/crosschain.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const (
OperationUpdateGroupMember uint8 = 4

// permission operation types
OperationCreatePolicy uint8 = 1
OperationDeletePolicy uint8 = 2
OperationCreatePolicy uint8 = 2
OperationDeletePolicy uint8 = 3
)

func SafeBigInt(input *big.Int) *big.Int {
Expand Down

0 comments on commit 92422f9

Please sign in to comment.