return default block height of 100000 #577

Merged
daovist merged 2 commits from default-block-height into master 2018-08-15 22:33:26 +02:00
daovist commented 2018-08-15 22:05:00 +02:00 (Migrated from github.com)

A new spee.ch instance has no claims in its db so the max height is NaN which throws an error. This default value will be overridden when synced.

A new spee.ch instance has no claims in its db so the max height is `NaN` which throws an error. This default value will be overridden when synced.
bones7242 (Migrated from github.com) requested changes 2018-08-15 22:23:03 +02:00
bones7242 (Migrated from github.com) left a comment

Missing the change we made in server/controllers/api/claim/publish.js. I believe it was:

const { name } = publishParams;
const { claim_id: claimId } = publishResults;
Missing the change we made in `server/controllers/api/claim/publish.js`. I believe it was: ``` const { name } = publishParams; const { claim_id: claimId } = publishResults; ```
bones7242 (Migrated from github.com) approved these changes 2018-08-15 22:33:18 +02:00
bones7242 (Migrated from github.com) left a comment

LGTM 👍

LGTM :+1:
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spee.ch#577
No description provided.