Skip to content

Commit 25efaf5

Browse files
committed
fix log error
1 parent f11b36c commit 25efaf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/tron/walletcli/Client.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,6 @@ private void getBrokerage(String[] parameters) {
20282028

20292029
private void getTransactionInfoByBlockNum(String[] parameters) {
20302030
if (parameters.length != 1) {
2031-
System.out.println("Too many parameters !!!");
20322031
System.out.println("You need input number with the following syntax:");
20332032
System.out.println("GetTransactionInfoByBlockNum number");
20342033
return;

0 commit comments

Comments
 (0)