-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compilation error fix due to duplicated generated types (#3760)
This PR fixes a compilation problem due to duplicated types that were generated by the `abigen`. The problem is due to an error in the version of `abigen` that we use for contract code generation. See keep-network/keep-common#117 for explanation.
- Loading branch information
Showing
4 changed files
with
147 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
pkg/chain/ethereum/tbtc/gen/cmd/WalletProposalValidator.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
pkg/chain/ethereum/tbtc/gen/contract/WalletProposalValidator.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.