gcs: fix stray import
This commit is contained in:
parent
b9afb0b986
commit
45edb4b6e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue