Update btcwire import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 15:11:02 -06:00
parent 32205c5552
commit 923ca529bd

View file

@ -8,8 +8,8 @@ import (
"encoding/json" "encoding/json"
"errors" "errors"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcwire"
) )
// Help texts // Help texts