Skip to content

Commit

Permalink
itest: give lsp a reserve utxo
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Mar 1, 2024
1 parent e7bc3a5 commit 8cdb070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions itest/lsps2_zero_conf_utxo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ func testLsps2ZeroConfUtxo(p *testParams) {

tempaddr := lsp.LightningNode().GetNewAddress()
p.m.SendToAddress(tempaddr, 210000)
reserveaddr := lsp.LightningNode().GetNewAddress()
p.m.SendToAddress(reserveaddr, 50000)
p.m.MineBlocks(6)
lsp.LightningNode().WaitForSync()

Expand Down
2 changes: 2 additions & 0 deletions itest/zero_conf_utxo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ func testOpenZeroConfUtxo(p *testParams) {

tempaddr := lsp.LightningNode().GetNewAddress()
p.m.SendToAddress(tempaddr, 210000)
reserveaddr := lsp.LightningNode().GetNewAddress()
p.m.SendToAddress(reserveaddr, 50000)
p.m.MineBlocks(6)
lsp.LightningNode().WaitForSync()

Expand Down

0 comments on commit 8cdb070

Please sign in to comment.