core, core/vm: moved logger and added gas cost to struct logging

This commit is contained in:
obscuren
2015-06-10 19:56:40 +02:00
parent fc2a061d51
commit 10af69b57c
4 changed files with 10 additions and 10 deletions

View File

@ -41,6 +41,7 @@ type StructLog struct {
Pc uint64
Op OpCode
Gas *big.Int
GasCost *big.Int
Memory []byte
Stack []*big.Int
Storage map[common.Hash][]byte