itest: increase recovery payment amount so htlc isn't dust

This commit is contained in:
Conner Fromknecht 2020-12-08 14:55:40 -08:00
parent 592a0c5699
commit 2f38a7ce9c
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -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 {