Skip to content

Commit

Permalink
remove account
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflau committed May 6, 2019
1 parent 1b5ff5e commit 7f24f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/registrar.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const getPermanentEntry = async name => {
)
obj.transferPeriodEnds = await Registrar.transferPeriodEnds().call()
// Returns registrar address if owned by new registrar
obj.ownerOf = await Registrar.ownerOf(namehash).call({ from: account })
obj.ownerOf = await Registrar.ownerOf(namehash).call()
const nameExpires = await Registrar.nameExpires(namehash).call()
if (nameExpires > 0) {
obj.nameExpires = new Date(nameExpires * 1000)
Expand Down

0 comments on commit 7f24f2e

Please sign in to comment.