Merge pull request #1842 from lbryio/release-0-23-1
Merge release back to master
This commit is contained in:
commit
735198d3d9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.23.0",
|
"version": "0.23.1",
|
||||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lbry"
|
"lbry"
|
||||||
|
|
|
@ -74,7 +74,7 @@ export const shapeShiftInit = () => (dispatch: Dispatch): ThunkAction => {
|
||||||
|
|
||||||
let supportedCoins = [];
|
let supportedCoins = [];
|
||||||
Object.keys(coinData).forEach(symbol => {
|
Object.keys(coinData).forEach(symbol => {
|
||||||
if (coinData[symbol].status === SHAPESHIFT_STATUSES.UNAVAILABLE) {
|
if (coinData[symbol].status === SHAPESHIFT_STATUSES.AVAILABLE) {
|
||||||
supportedCoins.push(coinData[symbol]);
|
supportedCoins.push(coinData[symbol]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue