Update abigen documentation (#23769)

* Update abigen documentation

it looks like `make abigen` has been removed and is included under `make devtools`

* Update native-bindings.md

replace `make` with suggestion
This commit is contained in:
jgenslerbd
2021-10-20 06:11:17 -07:00
committed by GitHub
parent e15f84783d
commit 639f574e98

View File

@ -52,7 +52,7 @@ repository checked out correctly, you can build the generator with:
``` ```
$ cd $GOPATH/src/github.com/ethereum/go-ethereum $ cd $GOPATH/src/github.com/ethereum/go-ethereum
$ make abigen $ go build ./cmd/abigen
``` ```
### Generating the bindings ### Generating the bindings