Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ductm54 committed Jan 8, 2019
1 parent 45419f6 commit f0a2757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blockchain/contract_wrapper.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blockchain/reserve_contract.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion signer/file_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func NewFileSigner(file string) *FileSigner {
panic(err)
}

auth.GasLimit = big.NewInt(1000000)
auth.GasLimit = 1000000
auth.GasPrice = big.NewInt(60000000000)
signer.opts = auth
return &signer
Expand Down

0 comments on commit f0a2757

Please sign in to comment.