use the right library

This commit is contained in:
Niko Storni 2019-08-28 15:12:28 +02:00
parent ecbd404da0
commit f3a1fbdd53

View file

@ -3,7 +3,7 @@ package bits
import ( import (
"math/big" "math/big"
"github.com/lbryio/errors.go" "github.com/lbryio/lbry.go/extras/errors"
) )
// Range has a start and end // Range has a start and end