Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Remove auto privacy warn on clique and ibft (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam authored and Errorific committed Feb 7, 2019
1 parent 11860ba commit dcfe248
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ public MiningCoordinator getMiningCoordinator() {

@Override
public PrivacyParameters getPrivacyParameters() {
LOG.warn("CliquePantheonController does not currently support private transactions.");
return PrivacyParameters.noPrivacy();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ public MiningCoordinator getMiningCoordinator() {

@Override
public PrivacyParameters getPrivacyParameters() {
LOG.warn("IbftLegacyPantheonController does not currently support private transactions.");
return PrivacyParameters.noPrivacy();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ public MiningCoordinator getMiningCoordinator() {

@Override
public PrivacyParameters getPrivacyParameters() {
LOG.warn("IbftPantheonController does not currently support private transactions.");
return PrivacyParameters.noPrivacy();
}

Expand Down

0 comments on commit dcfe248

Please sign in to comment.