Commit 40dc4d02 authored by obscuren's avatar obscuren

Testing

parent 79c89c0b
......@@ -13,13 +13,13 @@ func Testing() {
bm := NewBlockManager()
tx := NewTransaction("\x00", 20, []string{
"PSH 10",
})
tx := NewTransaction("\x00", 20, []string{"PSH 10"})
txData := tx.MarshalRlp()
copyTx := &Transaction{}
copyTx.UnmarshalRlp(txData)
fmt.Println(tx)
fmt.Println(copyTx)
tx2 := NewTransaction("\x00", 20, []string{"SET 10 6", "LD 10 10"})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment