use the right library
This commit is contained in:
parent
ecbd404da0
commit
f3a1fbdd53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue