Skip to content

Commit

Permalink
Merge pull request #1842 from lbryio/release-0-23-1
Browse files Browse the repository at this point in the history
Merge release back to master
  • Loading branch information
Sean Yesmunt authored Aug 1, 2018
2 parents 301fa15 + d88a4ff commit 735198d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.23.0",
"version": "0.23.1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/redux/actions/shape_shift.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const shapeShiftInit = () => (dispatch: Dispatch): ThunkAction => {

let supportedCoins = [];
Object.keys(coinData).forEach(symbol => {
if (coinData[symbol].status === SHAPESHIFT_STATUSES.UNAVAILABLE) {
if (coinData[symbol].status === SHAPESHIFT_STATUSES.AVAILABLE) {
supportedCoins.push(coinData[symbol]);
}
});
Expand Down

0 comments on commit 735198d

Please sign in to comment.