Typo on the transactionReceipt.gasPrice
field: "caluclated" should be "calculated"
#4390
Labels
documentation
Documentation related issue.
Suggestion
In the description of transactionReceipt.gasPrice, it says:
"Due to the complexity of EIP-1559 this value can only be caluclated after the transaction has been mined, snce the base fee is protocol-enforced."
"caluclated" should be "calculated".
You can find all three instances of the typo in the codebase using this search: https://github.com/search?q=repo%3Aethers-io%2Fethers.js%20caluclated&type=code
The text was updated successfully, but these errors were encountered: