diff --git a/lntest/itest/lnd_channel_backup_test.go b/lntest/itest/lnd_channel_backup_test.go index 5b6f2fcd..3d125cd4 100644 --- a/lntest/itest/lnd_channel_backup_test.go +++ b/lntest/itest/lnd_channel_backup_test.go @@ -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 {