Update abigen command (#3640)

This commit is contained in:
Jim McDonald 2019-09-29 16:57:23 +01:00 committed by terence tsao
parent 0e8828abd3
commit 1c51b509ad

View File

@ -47,7 +47,7 @@ and save the bytecode in `bytecode.bin` in the folder. Now with both the abi and
we can generate the go bindings.
```
abigen -bin ./bytecode.bin -abi ./abi.json -out ./depositContract.go --pkg depositContract
abigen -bin ./bytecode.bin -abi ./abi.json -out ./depositContract.go --pkg depositcontract --type DepositContract
```