good morning!!!!

Skip to content
Snippets Groups Projects
Commit 40dc4d02 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Testing

parent 79c89c0b
No related branches found
No related tags found
No related merge requests found
......@@ -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"})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment