Merge pull request #17 from openrelayxyz/feature/bor-cli-shim
interface added to core/interface to enable passing through of cli.v2…
This commit is contained in:
commit
06632b4360
@ -214,3 +214,11 @@ type BlockContext struct {
|
||||
Difficulty *big.Int
|
||||
BaseFee *big.Int
|
||||
}
|
||||
|
||||
type Context interface {
|
||||
Set(string, string) error
|
||||
|
||||
String(string) string
|
||||
|
||||
Bool(string) bool
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user