Agoric / documentation

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

getOfferResult() call missing from zoe offer example #978

Open dckc opened 7 months ago

dckc commented 7 months ago

In Trading with Offer Safety we have:

const seat = E(zoe).offer(toJoin, proposal, { Price });
const places = await E(seat).getPayout('Places');

but we're missing a call to E(seat).getOfferResult().

see also