Skip to content

Commit

Permalink
contracs/checkpointoracle: fix directives (ethereum#24944)
Browse files Browse the repository at this point in the history
contracts/checkpointoracle: redefine go-generate logic
  • Loading branch information
holiman authored May 30, 2022
1 parent 93fe175 commit 2140aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/checkpointoracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
// Package checkpointoracle is a an on-chain light client checkpoint oracle.
package checkpointoracle

//go:generate go run ../../cmd/abigen --sol contract/oracle.sol --pkg contract --out contract/oracle.go
//go:generate solc contract/oracle.sol --combined-json bin,bin-runtime,srcmap,srcmap-runtime,abi,userdoc,devdoc,metadata,hashes --optimize -o ./ --overwrite
//go:generate go run ../../cmd/abigen --pkg contract --out contract/oracle.go --combined-json ./combined.json

import (
"errors"
Expand Down

0 comments on commit 2140aab

Please sign in to comment.