mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Testing
This commit is contained in:
parent
dca9ee79b3
commit
df0fe67fce
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue