Commit 9f4a81a0 authored by obscuren's avatar obscuren

Removed test

parent dbe42ce4
......@@ -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)
}
......
package main
/*
import (
"encoding/hex"
_ "fmt"
......@@ -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