Skip to content

Commit 025f642

Browse files
authored
Merge pull request #3947 from Algo-devops-service/relbeta3.6.2
2 parents 6a2072e + ddb3a61 commit 025f642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildnumber.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2

data/abi/abi_type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type Type struct {
8282
// length for static array / tuple
8383
/*
8484
by ABI spec, len over binary array returns number of bytes
85-
the type is uint16, which allows for only lenth in [0, 2^16 - 1]
85+
the type is uint16, which allows for only length in [0, 2^16 - 1]
8686
representation of static length can only be constrained in uint16 type
8787
*/
8888
// NOTE may want to change back to uint32/uint64

0 commit comments

Comments
 (0)