We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a2924 commit 7f7164aCopy full SHA for 7f7164a
src/utils/lightning/index.ts
@@ -519,7 +519,9 @@ export const subscribeToLightningPayments = ({
519
520
// Check if this is a CJIT Entry that needs to be added to the activity list.
521
addCJitActivityItem(res.channel_id).then();
522
- // we need to sync the ledger because TChannelUpdate doesn't have enough data
+ // Refresh to update balance
523
+ refreshLdk();
524
+ // We need to sync the ledger because TChannelUpdate doesn't have enough data
525
syncLedger();
526
},
527
);
0 commit comments