Skip to content

Commit 14bb7d4

Browse files
committed
empty commit
1 parent 13944cc commit 14bb7d4

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
@@ -1387,7 +1387,6 @@ private void deleteProposal(String[] parameters)
13871387
}
13881388
}
13891389

1390-
13911390
private void listProposals() {
13921391
Optional<ProposalList> result = walletApiWrapper.getProposalsList();
13931392
if (result.isPresent()) {

0 commit comments

Comments
 (0)