review changes
This commit is contained in:
parent
ba141f762b
commit
bed618c95e
1 changed files with 0 additions and 2 deletions
|
@ -639,7 +639,6 @@ export const doCheckPendingTxs = () => (dispatch, getState) => {
|
|||
if (noLongerPendingConsolidate.includes(pendingConsTxid)) {
|
||||
dispatch(
|
||||
doToast({
|
||||
title: __('Wallet Job'),
|
||||
message: __('Your wallet is finished consolidating'),
|
||||
})
|
||||
);
|
||||
|
@ -647,7 +646,6 @@ export const doCheckPendingTxs = () => (dispatch, getState) => {
|
|||
if (noLongerPendingConsolidate.includes(pendingMassCLaimTxid)) {
|
||||
dispatch(
|
||||
doToast({
|
||||
title: __('Wallet Job'),
|
||||
message: __('Your tips have been collected'),
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue