gethclient: fix typo (#26543)

Fix `CreateAccessList()` gethclient typo
This commit is contained in:
Lefort 2023-01-24 10:58:28 -03:00 committed by GitHub
parent 1ea58c3569
commit 964a5c7734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,7 @@ An instance of `gethclient` can be used in exactly the same way as `ethclient`.
```sh
CallContract()
CreatAccessList()
CreateAccessList()
GCStats()
GetNodeInfo()
GetProof()