Skip to content

Commit 72cacc3

Browse files
Dimitrolitoceyonur
andauthored
Fix Typos in Documentation (#1404)
* typos README.md Signed-off-by: Dmytrol <[email protected]> * typos README.md Signed-off-by: Dmytrol <[email protected]> --------- Signed-off-by: Dmytrol <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]>
1 parent ea8a881 commit 72cacc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

consensus/dummy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The dynamic fee algorithm aims to adjust the base fee to handle network congesti
1818

1919
- EIP-1559 is intended for Ethereum where a block is produced roughly every 10s
2020
- The dynamic fee algorithm needs to handle the case that the network quiesces and there are no blocks for a long period of time
21-
- Since Subnet-EVM produces blocks at a different cadence, it adapts EIP-1559 to sum the amount of gas consumed within a 10 second interval instead of using only the amount of gas consumed in the parent block
21+
- Since Subnet-EVM produces blocks at a different cadence, it adapts EIP-1559 to sum the amount of gas consumed within a 10-second interval instead of using only the amount of gas consumed in the parent block
2222

2323
## Consensus Engine Callbacks
2424

precompile/contracts/warp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To use this function, the transaction must include the signed Avalanche Warp Mes
5757
This leads to the following advantages:
5858

5959
1. The EVM execution does not need to verify the Warp Message at runtime (no signature verification or external calls to the P-Chain)
60-
2. The EVM can deterministically re-execute and re-verify blocks assuming the predicate was verified by the network (eg., in bootstrapping)
60+
2. The EVM can deterministically re-execute and re-verify blocks assuming the predicate was verified by the network (e.g., in bootstrapping)
6161

6262
This pre-verification is performed using the ProposerVM Block header during [block verification](../../../plugin/evm/block.go#L220) and [block building](../../../miner/worker.go#L200).
6363

0 commit comments

Comments
 (0)