File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/org/tron/walletcli Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
8484 compile " org.apache.commons:commons-collections4:4.0"
8585 compile " org.apache.commons:commons-lang3:3.4"
8686 compile group : ' com.google.api.grpc' , name : ' googleapis-common-protos' , version : ' 0.0.3'
87- compile ' com.alibaba:fastjson:1.2.47 '
87+ compile ' com.alibaba:fastjson:1.2.76 '
8888
8989 compile group : ' commons-io' , name : ' commons-io' , version : ' 2.6'
9090 compile group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.2'
Original file line number Diff line number Diff 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 ()) {
You can’t perform that action at this time.
0 commit comments