aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-07 06:47:04 +0800
committerobscuren <geffobscura@gmail.com>2014-02-07 06:47:04 +0800
commit9f4a81a02e6d84a192c3cdcb42866563456f5267 (patch)
tree69e7084ead26665f6a59ea6a1f0fcd15f997654c
parentdbe42ce44e7f931b712fc461bea6f98f870331c5 (diff)
downloadgo-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.tar
go-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.tar.gz
go-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.tar.bz2
go-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.tar.lz
go-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.tar.xz
go-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.tar.zst
go-tangerine-9f4a81a02e6d84a192c3cdcb42866563456f5267.zip
Removed test
-rw-r--r--dev_console.go1
-rw-r--r--test_runner_test.go2
2 files changed, 3 insertions, 0 deletions
diff --git a/dev_console.go b/dev_console.go
index e93b39c3a..8ef7341b2 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 5c8461ad8..a5672eb7a 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) {
}
})
}
+*/