mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Fix cli command path
This commit is contained in:
parent
8ea614e2b8
commit
44b50c9b40
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ The ABI for `Storage.sol` (`Storage.abi`) looks as follows:
|
||||||
The contract binding can then be generated by passing the ABI to `abigen` as follows:
|
The contract binding can then be generated by passing the ABI to `abigen` as follows:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ abigen --abi Storage.abi --pkg main --type Storage --out Storage.go
|
$ abigen --abi build/Storage.abi --pkg main --type Storage --out Storage.go
|
||||||
```
|
```
|
||||||
|
|
||||||
Where the flags are:
|
Where the flags are:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue