Skip to content

Commit

Permalink
Merge pull request #434 from tronprotocol/release_4.2.1
Browse files Browse the repository at this point in the history
Release 4.2.1
  • Loading branch information
sean-liu55 committed May 20, 2021
2 parents cd16836 + 14bb7d4 commit 9f211a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
compile "org.apache.commons:commons-collections4:4.0"
compile "org.apache.commons:commons-lang3:3.4"
compile group: 'com.google.api.grpc', name: 'googleapis-common-protos', version: '0.0.3'
compile 'com.alibaba:fastjson:1.2.47'
compile 'com.alibaba:fastjson:1.2.76'

compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile group: 'org.projectlombok', name: 'lombok', version: '1.18.2'
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/tron/walletcli/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,6 @@ private void deleteProposal(String[] parameters)
}
}


private void listProposals() {
Optional<ProposalList> result = walletApiWrapper.getProposalsList();
if (result.isPresent()) {
Expand Down

0 comments on commit 9f211a9

Please sign in to comment.