lnwallet: mine enough blocks to activate CSV+segwit in reservation tests
This commit is contained in:
parent
fb3bc04d65
commit
5957725975
@ -1283,6 +1283,13 @@ func TestLightningWallet(t *testing.T) {
|
|||||||
t.Fatalf("unable to set up mining node: %v", err)
|
t.Fatalf("unable to set up mining node: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Next mine enough blocks in order for segwit and the CSV package
|
||||||
|
// soft-fork to activate on SimNet.
|
||||||
|
numBlocks := netParams.MinerConfirmationWindow * 2
|
||||||
|
if _, err := miningNode.Node.Generate(numBlocks); err != nil {
|
||||||
|
t.Fatalf("unable to generate blocks: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
rpcConfig := miningNode.RPCConfig()
|
rpcConfig := miningNode.RPCConfig()
|
||||||
|
|
||||||
chainNotifier, err := btcdnotify.New(&rpcConfig)
|
chainNotifier, err := btcdnotify.New(&rpcConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user