Skip to content

Commit

Permalink
Merge pull request #3947 from Algo-devops-service/relbeta3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
algojohnlee committed May 3, 2022
2 parents 6a2072e + ddb3a61 commit 025f642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildnumber.dat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2
2 changes: 1 addition & 1 deletion data/abi/abi_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Type struct {
// length for static array / tuple
/*
by ABI spec, len over binary array returns number of bytes
the type is uint16, which allows for only lenth in [0, 2^16 - 1]
the type is uint16, which allows for only length in [0, 2^16 - 1]
representation of static length can only be constrained in uint16 type
*/
// NOTE may want to change back to uint32/uint64
Expand Down

0 comments on commit 025f642

Please sign in to comment.