Skip to content

Commit 265f984

Browse files
authored
Merge pull request #271 from lky1001/master
AbiUtil error fix
2 parents b938f54 + efe1630 commit 265f984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/common/utils/AbiUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static Coder getParamCoder(String type) {
5454
case "bytes":
5555
return new CoderDynamicBytes();
5656
case "trcToken":
57-
return new CoderNumber();
57+
return new CoderToken();
5858
}
5959

6060
if (paramTypeBytes.matcher(type).find())

0 commit comments

Comments
 (0)