Skip to content

Commit f3a1fbd

Browse files
committed
use the right library
1 parent ecbd404 commit f3a1fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dht/bits/range.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package bits
33
import (
44
"math/big"
55

6-
"github.com/lbryio/errors.go"
6+
"github.com/lbryio/lbry.go/extras/errors"
77
)
88

99
// Range has a start and end

0 commit comments

Comments
 (0)