From 44102d752a228586d72a954fe354682a87042644 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 18:06:03 -0600 Subject: [PATCH] Update btcec import paths to new location. --- rpcserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcserver.go b/rpcserver.go index f0fd45ce..4430b441 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -26,6 +26,7 @@ import ( "sync/atomic" "time" + "github.com/btcsuite/btcec" "github.com/btcsuite/btcnet" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcwire" @@ -33,7 +34,6 @@ import ( "github.com/btcsuite/websocket" "github.com/conformal/btcchain" "github.com/conformal/btcdb" - "github.com/conformal/btcec" "github.com/conformal/btcjson" "github.com/conformal/btcscript" "github.com/conformal/btcws"