Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Dec 5, 2024
1 parent a0cefe4 commit a20937a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itest/lnd_mpp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ func (c *mppTestScenario) setupSendPaymentCase() btcutil.Amount {
// TODO(yy): we should properly fix this in the router. Atm we only
// perform this hack to unblock the CI.
req.amtCarolBob = 285_000
req.amtEveBob = 285_000
req.amtCarolEve = 285_000
// req.amtEveBob = 285_000
// req.amtCarolEve = 285_000

// Open the channels as described above.
c.openChannels(req)
Expand Down

0 comments on commit a20937a

Please sign in to comment.