Skip to content

Commit

Permalink
fix: try again before raising "channel is not active"
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Oct 6, 2024
1 parent 118ad0c commit 78eaaa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/channels.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ d('Transfer', () => {
await waitForActiveChannel(lnd, ldkNodeId);
} catch (e) {
// let's try again one more time
console.info('TRY AGAIN')

Check failure on line 286 in e2e/channels.e2e.js

View workflow job for this annotation

GitHub Actions / Run lint check

Missing semicolon

Check failure on line 286 in e2e/channels.e2e.js

View workflow job for this annotation

GitHub Actions / Run lint check

Missing semicolon
await rpc.generateToAddress(3, await rpc.getNewAddress());
await device.launchApp();
await waitForActiveChannel(lnd, ldkNodeId);
Expand Down

0 comments on commit 78eaaa1

Please sign in to comment.