Skip to content

Commit

Permalink
Update PantheonCommand.java (PegaSysEng#1245)
Browse files Browse the repository at this point in the history
- change option name
- update warning condition on dependency check
  • Loading branch information
AbdelStark authored and notlesh committed May 4, 2019
1 parent ecd1667 commit 133c1f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ public void run() {
logger,
commandLine,
"--sync-mode",
SyncMode.FAST.equals(syncMode),
asList("--fast-sync-num-peers", "--fast-sync-timeout"));
!SyncMode.FAST.equals(syncMode),
asList("--fast-sync-min-peers", "--fast-sync-max-wait-time"));

//noinspection ConstantConditions
if (isMiningEnabled && coinbase == null) {
Expand Down

0 comments on commit 133c1f3

Please sign in to comment.