forked from cerc-io/plugeth
Updated main.go - fix for broken develop build
Transaction execution fixes - 60cdb1148c
This commit is contained in:
parent
cad770c734
commit
0f47129113
@ -93,7 +93,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
fmt.Printf("RLP: %x\nstate: %x\nhash: %x\n", ethutil.Rlp(block), block.GetRoot(), block.Hash())
|
||||
fmt.Printf("RLP: %x\nstate: %x\nhash: %x\n", ethutil.Rlp(block), block.Root(), block.Hash())
|
||||
|
||||
// Leave the Println. This needs clean output for piping
|
||||
fmt.Printf("%s\n", block.State().Dump())
|
||||
|
Loading…
Reference in New Issue
Block a user