gcs: update benchmarks to use correct import

This commit is contained in:
Alex 2017-09-25 11:23:28 -06:00 committed by Olaoluwa Osuntokun
parent e14ee486e6
commit 0878c162dd

View file

@ -10,7 +10,7 @@ import (
"math/rand"
"testing"
"github.com/btcsuite/btcutil/gcs"
"github.com/roasbeef/btcutil/gcs"
)
func genRandFilterElements(numElements uint) ([][]byte, error) {