Fix cli command path (#29785)

pull/29835/head
Xi Zhang 9 months ago committed by GitHub
parent 8ea614e2b8
commit c44ffc2c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/developers/dapp-developer/native-bindings.md

@ -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:
```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:

Loading…
Cancel
Save