Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix: enable Bitcoin onchain swaps again (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Apr 18, 2019
1 parent bbc3181 commit 31e9f47
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/swaptab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,6 @@ class SwapTab extends React.Component {
);
}

// TODO: Remove this once we resolve the issues
if (this.quoteAsset.symbol === 'BTC' && !this.quoteAsset.isLightning) {
if (this.state.errorMessage !== 'Currently not available')
this.setState({
error: true,
errorMessage: 'Currently not available',
});
}

if (!this.state.inputError) {
localStorage.setItem('base', base);
localStorage.setItem('quote', quote);
Expand Down

0 comments on commit 31e9f47

Please sign in to comment.