ethereum / ens-registrar-dapp

Registrar DApp for the Ethereum Name Service
MIT License
94 stars 56 forks source link

Time to bid issue in dapp!!! #71

Closed rfikki closed 7 years ago

rfikki commented 7 years ago

It is about 4:30 am CDT and I looked up a name, the name says it is available at 6:17 am CDT however the registrar dapp states less than an hour for bidding.

Arachnid commented 7 years ago

This is caused here: https://github.com/ethereum/ens-registrar-dapp/blob/3bff5b175663f5677198d87b52e7d66e856477f9/app/imports/templates/components/nameStatus.js#L288 - the test should be >= 1, not > 1.

alexvandesande commented 7 years ago

fix upcoming