Update btcec import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 18:06:03 -06:00
parent 2bd21ead0b
commit 44102d752a

View file

@ -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"