Skip to content

Commit 4c9815e

Browse files
committed
Update utils.dart
1 parent 3aa4a55 commit 4c9815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solidity/abi/utils/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _ABIUtils {
7373
int.tryParse(sizeString.substring(1, sizeString.length - 1));
7474
if (parseSize == null) {
7575
throw const SolidityAbiException(
76-
'Invalid array type name. size in invalid.');
76+
'Invalid fixed-size arrays. length is invalid.');
7777
}
7878
size = parseSize;
7979
}

0 commit comments

Comments
 (0)