File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
besu/src/main/java/org/hyperledger/besu/cli
config/src/main/java/org/hyperledger/besu/config
ethereum/p2p/src/main/java/org/hyperledger/besu/ethereum/p2p/discovery Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2312,7 +2312,7 @@ private boolean isPruningEnabled() {
2312
2312
return pruningEnabled ;
2313
2313
}
2314
2314
2315
- // Blockchain synchronisation from peers.
2315
+ // Blockchain synchronization from peers.
2316
2316
private void synchronize (
2317
2317
final BesuController controller ,
2318
2318
final boolean p2pEnabled ,
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ public interface GenesisConfigOptions {
232
232
boolean isQuorum ();
233
233
234
234
/**
235
- * Block number to activate Quorum Permissioning. This options is used on Quorum-compatibility
235
+ * Block number to activate Quorum Permissioning. This option is used on Quorum-compatibility
236
236
* mode.
237
237
*
238
238
* @return block number to activate Quorum Permissioning
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ public long observePeerBondedEvents(final PeerBondedObserver observer) {
358
358
}
359
359
360
360
/**
361
- * Removes an previously added peer bonded observer.
361
+ * Removes a previously added peer bonded observer.
362
362
*
363
363
* @param observerId The unique ID identifying the observer to remove.
364
364
* @return Whether the observer was located and removed.
You can’t perform that action at this time.
0 commit comments