gcs: update benchmarks to use correct import
This commit is contained in:
parent
e14ee486e6
commit
0878c162dd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"github.com/btcsuite/btcutil/gcs"
|
||||
"github.com/roasbeef/btcutil/gcs"
|
||||
)
|
||||
|
||||
func genRandFilterElements(numElements uint) ([][]byte, error) {
|
||||
|
|
Loading…
Reference in a new issue