From 45edb4b6e59ef7890c7f4be92da61d5ebfa50b65 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 22 May 2018 17:48:27 -0700 Subject: [PATCH] gcs: fix stray import --- gcs/gcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcs/gcs.go b/gcs/gcs.go index 73a5121..ab24010 100644 --- a/gcs/gcs.go +++ b/gcs/gcs.go @@ -12,8 +12,8 @@ import ( "sort" "github.com/aead/siphash" + "github.com/btcsuite/btcd/wire" "github.com/kkdai/bstream" - "github.com/roasbeef/btcd/wire" ) // Inspired by https://github.com/rasky/gcs