diff --git a/dev_console.go b/dev_console.go index e93b39c3a534b75ce32221be855cf05291445129..8ef7341b28f892039855266955557585ec115092 100644 --- a/dev_console.go +++ b/dev_console.go @@ -149,6 +149,7 @@ func (i *Console) ParseInput(input string) bool { fmt.Println("recipient err:", err) } else { tx := ethchain.NewTransaction(recipient, ethutil.Big(tokens[2]), []string{""}) + tx.Sign([]byte("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")) fmt.Printf("%x\n", tx.Hash()) i.ethereum.TxPool.QueueTransaction(tx) } diff --git a/test_runner_test.go b/test_runner_test.go index 5c8461ad89baf920c5d5e823f13c4b25156cac80..a5672eb7a35a3381b520fd9f178da757169d54e7 100644 --- a/test_runner_test.go +++ b/test_runner_test.go @@ -1,5 +1,6 @@ package main +/* import ( "encoding/hex" _ "fmt" @@ -32,3 +33,4 @@ func TestTestRunner(t *testing.T) { } }) } +*/