Commit 94eb5406 authored by James Kim's avatar James Kim

fix natspec

parent b025a7b9
...@@ -29,7 +29,7 @@ import { ...@@ -29,7 +29,7 @@ import {
* to the recipient * to the recipient
* 4) claimer chooses an address they want to receive the invite on * 4) claimer chooses an address they want to receive the invite on
* 5) claimer commits the hash of the address they want to receive the invite on and the * 5) claimer commits the hash of the address they want to receive the invite on and the
received signature [keccak256(abi.encode(addressToReceiveTo, receivedSignature))] * received signature keccak256(abi.encode(addressToReceiveTo, receivedSignature))
* using the commitInvite function * using the commitInvite function
* 6) claimer reveals the plaintext ClaimableInvite and the signature using the * 6) claimer reveals the plaintext ClaimableInvite and the signature using the
* claimInvite function, receiving the "optimist.can-mint-from-invite" attestation * claimInvite function, receiving the "optimist.can-mint-from-invite" attestation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment