Skip to content

Commit

Permalink
fix unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 26, 2018
1 parent 7a333fa commit b564263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/blockchain-wallet-v4/src/exchange/delegate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ export class ExchangeDelegate {
const receiveAddress = btc.getNextAvailableReceiveAddress(Bitcoin.networks.bitcoin.NETWORK_BITCOIN, defaultIndex, this.state)

return {
receiveAddress: 'mwE8jUqBJ2BvRiF8sDrUFDfLSLV1DsXtBN',
// receiveAddress: receiveAddress.getOrElse(),
receiveAddress: receiveAddress.getOrElse(),
commit: (trade) => {}
}
}
Expand Down

0 comments on commit b564263

Please sign in to comment.