Skip to content

Commit

Permalink
Remove questions, placed into issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaraliau committed Nov 2, 2019
1 parent cb753f6 commit 1dc4c4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/ertp/api/contract-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ E(escrowExchangeInstallationP)

Start execution of the contract. May return invites for seats.

### <span style="color:red">Need help writing/checking example.</span>
```js
import harden from '@agoric/harden';

Expand All @@ -126,7 +125,6 @@ export { aNewContract }
- `name` `{String}` - Labels the invite payment for this seat. Optional.
- Returns: `{Payment}`

### <span style="color:red">No description in chainmail file. Please double check that this description makes sense.</span>
Creates a payment for an invite for a seat in a contract. The returned Payment can be passed to `contractHost.redeem()` to get a seat Object.

```js
Expand Down Expand Up @@ -158,4 +156,4 @@ const purseB = assayB.makeEmptyPurse();
const seatP = E(someHost).redeem(someInvite);

collect(seatP, purseA, purseB, 'a log message');
```
```

0 comments on commit 1dc4c4e

Please sign in to comment.