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