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.
2 parents 82eac7e + 1dc631f commit 76e24deCopy full SHA for 76e24de
src/main/java/org/tron/walletcli/Client.java
@@ -3704,7 +3704,7 @@ public static String[] getCmd(String cmdLine) {
3704
|| cmdLine.toLowerCase().startsWith("triggercontract")
3705
|| cmdLine.toLowerCase().startsWith("triggerconstantcontract")
3706
|| cmdLine.toLowerCase().startsWith("updateaccountpermission")) {
3707
- return cmdLine.split("\\s+");
+ return cmdLine.split(" ", -1);
3708
}
3709
String[] strArray = cmdLine.split("\"");
3710
int num = strArray.length;
0 commit comments