From 578e6159944c453622f1ba288be12746748ec6d1 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 15:05:40 -0600 Subject: [PATCH] Update btcwire import paths to new location. --- genesis.go | 2 +- params.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genesis.go b/genesis.go index e49ac673c..f3756fcc4 100644 --- a/genesis.go +++ b/genesis.go @@ -7,7 +7,7 @@ package btcnet import ( "time" - "github.com/conformal/btcwire" + "github.com/btcsuite/btcwire" ) // genesisCoinbaseTx is the coinbase transaction for the genesis blocks for diff --git a/params.go b/params.go index c509c0ca6..afb121320 100644 --- a/params.go +++ b/params.go @@ -8,7 +8,7 @@ import ( "errors" "math/big" - "github.com/conformal/btcwire" + "github.com/btcsuite/btcwire" ) // These variables are the chain proof-of-work limit parameters for each default