core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, integrated feedback

Integrated code review suggestions

Integrated last review comments
This commit is contained in:
Peter Pratscher
2016-01-28 19:21:05 +01:00
parent 528dcc3814
commit 15780ead07
4 changed files with 147 additions and 1 deletions

View File

@ -28,6 +28,8 @@ import (
// Global Debug flag indicating Debug VM (full logging)
var Debug bool
var GenerateStructLogs bool = false
// Type is the VM type accepted by **NewVm**
type Type byte