From 40dc4d0259b3bec4e8ac11dc4dd4daeaf663fa7c Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 5 Jan 2014 20:15:13 +0100 Subject: Testing --- testing.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing.go') diff --git a/testing.go b/testing.go index 07e8c362f..64c34ca70 100644 --- a/testing.go +++ b/testing.go @@ -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"}) -- cgit v1.2.3