Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
15 stars 39 forks source link

Stale documentation still refers to removed `issuer.claim` and similar methods #884

Open erights opened 9 months ago

erights commented 9 months ago

_Originally posted by @erights in https://github.com/Agoric/documentation/pull/876#discussion_r1410034101_

Below

E(invitationIssuer).claim()

no longer exists. Long gone, because it could not associate the payment with a recovery set. If you want to claim a payment, put it into a purse, and withdraw it to get an exclusive payment. That new payment will then be in that purse's recovery set.

In rephrasing this, you might promote the comment about the wallet into the main answer.