Commit 9f4a81a0 authored by obscuren's avatar obscuren

Removed test

parent dbe42ce4
...@@ -149,6 +149,7 @@ func (i *Console) ParseInput(input string) bool { ...@@ -149,6 +149,7 @@ func (i *Console) ParseInput(input string) bool {
fmt.Println("recipient err:", err) fmt.Println("recipient err:", err)
} else { } else {
tx := ethchain.NewTransaction(recipient, ethutil.Big(tokens[2]), []string{""}) tx := ethchain.NewTransaction(recipient, ethutil.Big(tokens[2]), []string{""})
tx.Sign([]byte("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"))
fmt.Printf("%x\n", tx.Hash()) fmt.Printf("%x\n", tx.Hash())
i.ethereum.TxPool.QueueTransaction(tx) i.ethereum.TxPool.QueueTransaction(tx)
} }
......
package main package main
/*
import ( import (
"encoding/hex" "encoding/hex"
_ "fmt" _ "fmt"
...@@ -32,3 +33,4 @@ func TestTestRunner(t *testing.T) { ...@@ -32,3 +33,4 @@ func TestTestRunner(t *testing.T) {
} }
}) })
} }
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment