From 9581faf5fdacf4a135bcdf77d6f0fbe0d6eecba8 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 3 Jan 2014 13:40:38 +0100 Subject: Parsing for block and tx --- transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transaction.go') diff --git a/transaction.go b/transaction.go index dc5204f9b..1cfa6d729 100644 --- a/transaction.go +++ b/transaction.go @@ -57,7 +57,7 @@ func NewTransaction(to string, value uint32, data []string) *Transaction { for i, val := range data { instr, err := CompileInstr(val) if err != nil { - fmt.Printf("compile error:%d %v", i+1, err) + fmt.Printf("compile error:%d %v\n", i+1, err) } tx.data[i] = instr -- cgit v1.2.3