core/vm: Improved error reporting for trace logging
This commit is contained in:
@ -45,6 +45,7 @@ type StructLog struct {
|
||||
Memory []byte
|
||||
Stack []*big.Int
|
||||
Storage map[common.Hash][]byte
|
||||
Err error
|
||||
}
|
||||
|
||||
type Account interface {
|
||||
|
Reference in New Issue
Block a user