Skip to content

Commit

Permalink
Merge pull request #279 from ensdomains/reclaim
Browse files Browse the repository at this point in the history
Fix reclaim
  • Loading branch information
jefflau authored May 8, 2019
2 parents 0c72e90 + a0299d9 commit 5b42ec2
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 @@ -259,7 +259,7 @@ export const reclaim = async ({ name, address }) => {
const nameArray = name.split('.')
const labelHash = web3.utils.sha3(nameArray[0])
const account = await getAccount()
const { permanentRegistrarRead: Registrar } = await getPermanentRegistrar()
const { permanentRegistrar: Registrar } = await getPermanentRegistrar()
return () =>
Registrar.reclaim(labelHash, address).send({
from: account
Expand Down

0 comments on commit 5b42ec2

Please sign in to comment.