Skip to content

Commit

Permalink
fix(SFOX): fix sell quote refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 1, 2018
1 parent ccc028a commit e7b8a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/blockchain-wallet-v4/src/redux/data/sfox/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export default ({ api, options }) => {
sellQuote = {
quote: {
amt: quote.quoteAmount,
baseCurr: 'BTC',
quoteCurr: 'USD'
baseCurrency: 'BTC',
quoteCurrency: 'USD'
}
}
} else {
Expand Down

0 comments on commit e7b8a13

Please sign in to comment.