We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa4a55 commit 4c9815eCopy full SHA for 4c9815e
lib/solidity/abi/utils/utils.dart
@@ -73,7 +73,7 @@ class _ABIUtils {
73
int.tryParse(sizeString.substring(1, sizeString.length - 1));
74
if (parseSize == null) {
75
throw const SolidityAbiException(
76
- 'Invalid array type name. size in invalid.');
+ 'Invalid fixed-size arrays. length is invalid.');
77
}
78
size = parseSize;
79
0 commit comments