.addCase(actions.rmTxsPending, (state, action) => { const newState = state.filter((pendingTx) => { return pendingTx.hash === action.hash; }