[lbry] chain: bring back removed chainParams for a testcase
This commit is contained in:
parent
cedfab95fa
commit
879bf10dde
1 changed files with 3 additions and 0 deletions
|
@ -10,11 +10,14 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/lbryio/lbcd/blockchain"
|
"github.com/lbryio/lbcd/blockchain"
|
||||||
|
"github.com/lbryio/lbcd/chaincfg"
|
||||||
"github.com/lbryio/lbcd/chaincfg/chainhash"
|
"github.com/lbryio/lbcd/chaincfg/chainhash"
|
||||||
"github.com/lbryio/lbcd/wire"
|
"github.com/lbryio/lbcd/wire"
|
||||||
btcutil "github.com/lbryio/lbcutil"
|
btcutil "github.com/lbryio/lbcutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var chainParams = chaincfg.RegressionNetParams
|
||||||
|
|
||||||
// conn mocks a network connection by implementing the net.Conn interface. It is
|
// conn mocks a network connection by implementing the net.Conn interface. It is
|
||||||
// used to test peer connection without actually opening a network connection.
|
// used to test peer connection without actually opening a network connection.
|
||||||
type conn struct {
|
type conn struct {
|
||||||
|
|
Loading…
Reference in a new issue