forked from cerc-io/plugeth
Testing
This commit is contained in:
parent
dca9ee79b3
commit
df0fe67fce
@ -29,5 +29,7 @@ func main() {
|
||||
|
||||
bm.ProcessBlock( blck )
|
||||
|
||||
fmt.Printf("rlp encoded Tx %q\n", tx.Serialize())
|
||||
//fmt.Printf("rlp encoded Tx %q\n", tx.MarshalRlp())
|
||||
fmt.Printf("block enc %q\n", blck.MarshalRlp())
|
||||
fmt.Printf("block hash %q\n", blck.Hash())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user