Skip to content

Commit

Permalink
style(resolve build issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed May 16, 2018
1 parent 49b8b65 commit 9a7431c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ export const OrderDetails = ({ quoteR, onRefreshQuote, type, medium }) => (
handleExpiry={onRefreshQuote}
/>
)).getOrElse(null)}
</div>
</ExchangeCheckoutWrapper>
)
</div>
</ExchangeCheckoutWrapper>
)

export const OrderSubmit = ({ quoteR, onSubmit, busy, clearTradeError, goToStep }) => (
<Fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const reviewOrder = {
}
},
renderSummary: (q, type, medium) => {
console.log(q)
const qAmt = Math.abs(q.quoteAmount)
const bAmt = Math.abs(q.baseAmount)
const med = reviewOrder.hasMedium(q.paymentMediums, medium)
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
receiveAddress: receiveAddress.data,
Expand Down

0 comments on commit 9a7431c

Please sign in to comment.