mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
itest: increase recovery payment amount so htlc isn't dust
This commit is contained in:
@@ -895,7 +895,7 @@ func testChanRestoreScenario(t *harnessTest, net *lntest.NetworkHarness,
|
||||
if testCase.channelsUpdated {
|
||||
invoice := &lnrpc.Invoice{
|
||||
Memo: "testing",
|
||||
Value: 10000,
|
||||
Value: 100000,
|
||||
}
|
||||
invoiceResp, err := to.AddInvoice(ctxt, invoice)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user