cmd/evm: fix typo in README.md (#26500)

This commit is contained in:
Ikko Eltociear Ashimine 2023-01-16 19:23:24 +09:00 committed by GitHub
parent d345a4a3c6
commit c858da555d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,7 +585,7 @@ type Txs []string
#### `clique`
The `clique` object provides the neccesary information to complete a clique
The `clique` object provides the necessary information to complete a clique
seal of the block.
```go=