[MINOR] Typos (#2721)

* typo

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* synchronisation

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* typo

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

Co-authored-by: mark-terry <36909937+mark-terry@users.noreply.github.com>
pull/2748/head
Sally MacFarlane 3 years ago committed by GitHub
parent 19a54778d4
commit e409e2cafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
  2. 2
      config/src/main/java/org/hyperledger/besu/config/GenesisConfigOptions.java
  3. 2
      ethereum/p2p/src/main/java/org/hyperledger/besu/ethereum/p2p/discovery/PeerDiscoveryAgent.java

@ -2312,7 +2312,7 @@ public class BesuCommand implements DefaultCommandValues, Runnable {
return pruningEnabled; return pruningEnabled;
} }
// Blockchain synchronisation from peers. // Blockchain synchronization from peers.
private void synchronize( private void synchronize(
final BesuController controller, final BesuController controller,
final boolean p2pEnabled, final boolean p2pEnabled,

@ -232,7 +232,7 @@ public interface GenesisConfigOptions {
boolean isQuorum(); boolean isQuorum();
/** /**
* Block number to activate Quorum Permissioning. This options is used on Quorum-compatibility * Block number to activate Quorum Permissioning. This option is used on Quorum-compatibility
* mode. * mode.
* *
* @return block number to activate Quorum Permissioning * @return block number to activate Quorum Permissioning

@ -358,7 +358,7 @@ public abstract class PeerDiscoveryAgent {
} }
/** /**
* Removes an previously added peer bonded observer. * Removes a previously added peer bonded observer.
* *
* @param observerId The unique ID identifying the observer to remove. * @param observerId The unique ID identifying the observer to remove.
* @return Whether the observer was located and removed. * @return Whether the observer was located and removed.

Loading…
Cancel
Save