core: Added EVM configuration options
The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
This commit is contained in:
committed by
Jeffrey Wilcke
parent
342ae7ce7d
commit
14013372ae
@ -18,6 +18,5 @@ package vm
|
||||
|
||||
// VirtualMachine is an EVM interface
|
||||
type VirtualMachine interface {
|
||||
Env() Environment
|
||||
Run(*Contract, []byte) ([]byte, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user