Skip to content

Commit

Permalink
Merge branch 'main' into fix-dust-threshold-props
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman authored Apr 26, 2024
2 parents da5f1cc + fac932f commit 33c4c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainstaking/types/zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (z *Zone) validatorIntentsFromBytes(coins sdk.Coins, weightBytes []byte) (v
}

func ParseMemoFields(fieldBytes []byte) (MemoFields, error) {
if len(fieldBytes) < 3 {
if len(fieldBytes) < 2 {
return MemoFields{}, errors.New("invalid field bytes format")
}

Expand Down

0 comments on commit 33c4c68

Please sign in to comment.