Skip to content

Commit

Permalink
fix(sell): comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Dec 4, 2020
1 parent c684b01 commit 569d5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export const getCounterCurrency = (
)
}
// These methods are being used for just sell p3, since we're release sell first
// Separately from Buy and the order types are different. Once buy is
// Separately from Buy and the order types are different. Once buy is migrated
// to new API, should use methods similar to this
export const getSellBaseAmount = (sellOrder: SwapOrderType): string => {
const coinCurrency = getCoinFromPair(sellOrder.pair)
return convertBaseToStandard(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export function simpleBuyReducer (
getCoinFromPair(pair.pair) === state.cryptoCurrency &&
getFiatFromPair(pair.pair) === state.fiatCurrency
)
// swapAccount: action.account
}
case AT.UPDATE_PAYMENT_FAILURE: {
return {
Expand Down

0 comments on commit 569d5ad

Please sign in to comment.