From 7bf4f2a908235c75e795d0ca3796c76f9fc99454 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 23 Jan 2014 22:33:51 +0100 Subject: tx is now part of the chain package --- dev_console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev_console.go') diff --git a/dev_console.go b/dev_console.go index b3e0d73f9..b515b3e5c 100644 --- a/dev_console.go +++ b/dev_console.go @@ -112,7 +112,7 @@ func (i *Console) ParseInput(input string) bool { case "encode": fmt.Printf("%q\n", ethutil.Encode(tokens[1])) case "tx": - tx := ethutil.NewTransaction(tokens[1], ethutil.Big(tokens[2]), []string{""}) + tx := ethchain.NewTransaction(tokens[1], ethutil.Big(tokens[2]), []string{""}) i.ethereum.TxPool.QueueTransaction(tx) case "exit", "quit", "q": -- cgit v1.2.3