mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge pull request #4850 from cfromknecht/increase-recovery-htlc-amt
itest: increase recovery payment amount so htlc isn't dust
This commit is contained in:
commit
fe2b40d7ad
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue