diff --git a/gcs/gcsbench_test.go b/gcs/gcsbench_test.go index 2025181..e74cfa4 100644 --- a/gcs/gcsbench_test.go +++ b/gcs/gcsbench_test.go @@ -10,7 +10,7 @@ import ( "math/rand" "testing" - "github.com/btcsuite/btcutil/gcs" + "github.com/roasbeef/btcutil/gcs" ) func genRandFilterElements(numElements uint) ([][]byte, error) {