Skip to content

Commit

Permalink
style(resolve build errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed May 9, 2018
1 parent 20cded8 commit f95c502
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import styled from 'styled-components'
import { FormattedMessage } from 'react-intl'
import { Text, Button } from 'blockchain-info-components'
import { kycHeaderHelper, kycNotificationBodyHelper, kycNotificationButtonHelper } from 'services/CoinifyService'
import { spacing } from 'services/StyleService'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const reviewOrder = {
export const tradeDetails = {
renderDetails: (trade) => {
const fiat = trade.inCurrency !== 'BTC' ? trade.inCurrency : trade.outCurrency
const medium = trade.medium
if (trade.isBuy) {
const symbol = currencySymbolMap[fiat]
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class ExchangeDelegate {
}

reserveReceiveAddress () {
const receiveAddress = bitcoin.getNextAvailableReceiveAddress(Bitcoin.networks.bitcoin.NETWORK_BITCOIN, 0, this.state)
// const receiveAddress = bitcoin.getNextAvailableReceiveAddress(Bitcoin.networks.bitcoin.NETWORK_BITCOIN, 0, this.state)
return {
receiveAddress: '2N7FwMpgyXQA85SaVXumm3UZowq2VKChehP', // receiveAddress.data for now testnet address used on staging
commit: (trade) => {}
Expand Down

0 comments on commit f95c502

Please sign in to comment.