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 f11b36c commit 25efaf5Copy full SHA for 25efaf5
src/main/java/org/tron/walletcli/Client.java
@@ -2028,7 +2028,6 @@ private void getBrokerage(String[] parameters) {
2028
2029
private void getTransactionInfoByBlockNum(String[] parameters) {
2030
if (parameters.length != 1) {
2031
- System.out.println("Too many parameters !!!");
2032
System.out.println("You need input number with the following syntax:");
2033
System.out.println("GetTransactionInfoByBlockNum number");
2034
return;
0 commit comments