Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 21b1570

Browse files
committed
pay: refresh the account page, and bottom toolbar on payment success
1 parent 7caac7d commit 21b1570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/lightning-core/pay/reducer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export const actions = {
3434
const resolveSuccess = () => {
3535
dispatch(notificationActions.addNotification('Payment Sent'))
3636
dispatch(accountsActions.fetchChannels())
37+
dispatch(accountsActions.fetchBalances())
38+
dispatch(accountsActions.fetchAccount())
3739
resolve('Payment Sent')
3840
}
3941
const rejectError = (err) => {

0 commit comments

Comments
 (0)