gcs: fix stray import

This commit is contained in:
Olaoluwa Osuntokun 2018-05-22 17:48:27 -07:00
parent b9afb0b986
commit 45edb4b6e5
No known key found for this signature in database
GPG key ID: 964EA263DD637C21

View file

@ -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