From 04f541082afd94a72e1c21a5603b26da9fb44ec4 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 17 Jan 2015 00:30:49 -0600 Subject: [PATCH] Update btcwallet import paths to new location. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index b2604723..15fd91c4 100644 --- a/doc.go +++ b/doc.go @@ -10,7 +10,7 @@ Overview This client provides a robust and easy to use client for interfacing with a Bitcoin RPC server that uses a btcd/bitcoin core compatible Bitcoin JSON-RPC API. This client has been tested with btcd (https://github.com/conformal/btcd), -btcwallet (https://github.com/conformal/btcwallet), and +btcwallet (https://github.com/btcsuite/btcwallet), and bitcoin core (https://github.com/bitcoin). In addition to the compatible standard HTTP POST JSON-RPC API, btcd and