Skip to content

Commit

Permalink
Merge branch '0.0.2-hotfix' into 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
silkroadnomad committed Mar 28, 2018
2 parents ab87a64 + 66a20d7 commit e962787
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion imports/modules/server/namecoin/claim_and_transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,19 @@ const claim = (data) => {
const publicKey = getOptInKey({domain: provider});
const address = getAddress({publicKey: publicKey});
const from = encryptMessage({publicKey: publicKey, message: getUrl()});
const value = JSON.stringify({
/* const value = JSON.stringify({
dataHash: ourData.dataHash,
signature: ourData.signature,
soiTimestamp: ourData.soiDate.toISOString(),
from: from
});*/

const value = JSON.stringify({
signature: ourData.signature,
dataHash: ourData.dataHash,
from: from
})

const firstUpdateData = firstUpdate({
nameId: ourData.nameId,
tx: ourData.tx,
Expand Down

0 comments on commit e962787

Please sign in to comment.