mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
[MINOR] Fixed some typos (#7299)
* typos Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
required: false
|
||||
default: 'develop'
|
||||
schedule:
|
||||
# Start of the hour is the busy time. Scheule it to run 8:17am UTC
|
||||
# Start of the hour is the busy time. Schedule it to run 8:17am UTC
|
||||
- cron: '17 8 * * *'
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -642,9 +642,9 @@ public abstract class MainnetProtocolSpecs {
|
||||
|
||||
return cancunDefinition(
|
||||
chainId, enableRevertReason, genesisConfigOptions, evmConfiguration, miningParameters)
|
||||
// EIP-3074 AUTH and AUTCALL gas
|
||||
// EIP-3074 AUTH and AUTHCALL gas
|
||||
.gasCalculator(PragueGasCalculator::new)
|
||||
// EIP-3074 AUTH and AUTCALL
|
||||
// EIP-3074 AUTH and AUTHCALL
|
||||
.evmBuilder(
|
||||
(gasCalculator, jdCacheConfig) ->
|
||||
MainnetEVMs.prague(
|
||||
|
||||
@@ -84,7 +84,7 @@ public class SnapProtocolManager implements ProtocolManager {
|
||||
public void awaitStop() throws InterruptedException {}
|
||||
|
||||
/**
|
||||
* This function is called by the P2P framework when an "SNAP message has been received.
|
||||
* This function is called by the P2P framework when a SNAP message has been received.
|
||||
*
|
||||
* @param cap The capability under which the message was transmitted.
|
||||
* @param message The message to be decoded.
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.util.function.Function;
|
||||
import org.apache.tuweni.bytes.Bytes;
|
||||
import org.apache.tuweni.bytes.Bytes32;
|
||||
|
||||
/** An Merkle Patricial Trie. */
|
||||
/** A Merkle Patricia Trie. */
|
||||
public interface MerkleTrie<K, V> {
|
||||
|
||||
Bytes EMPTY_TRIE_NODE = RLP.NULL;
|
||||
|
||||
Reference in New Issue
Block a user