consume optional boolean for deprecated Xmerge-support param (#3894)

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/3896/head
garyschulte 3 years ago committed by GitHub
parent 80c8017ea4
commit f7ffb772a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      besu/src/main/java/org/hyperledger/besu/cli/options/unstable/MergeOptions.java

@ -49,6 +49,7 @@ public class MergeOptions implements Options {
LOG.warn(
"--Xmerge-support parameter has been deprecated and will be removed in a future release. "
+ "Merge support is implicitly enabled by the presence of terminalTotalDifficulty in the genesis config.");
Boolean.parseBoolean(args.pop());
}
}
}

Loading…
Cancel
Save