Skip to content

Commit 9f211a9

Browse files
authored
Merge pull request #434 from tronprotocol/release_4.2.1
Release 4.2.1
2 parents cd16836 + 14bb7d4 commit 9f211a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

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)