Skip to content

Commit

Permalink
Merge pull request #766 from input-output-hk/PLT-8703
Browse files Browse the repository at this point in the history
PLT-8703 Update documentation for open roles.
  • Loading branch information
bwbush authored Dec 15, 2023
2 parents f738857 + 8a078ff commit 0cd3ef6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions marlowe-runtime/doc/open-roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ If role tokens are minted when the contract is created, specify the *thread role

```yaml
roles:
Thread:
script: ThreadRole
Buyer:
script: OpenRole
Seller: addr_test1vq9prvx8ufwutkwxx9cmmuuajaqmjqwujqlp9d8pvg6gupczgtm9j
threadRoleName: Thread
```
### Pre-minted open roles
Expand All @@ -43,9 +42,9 @@ If role tokens have already been minted and are held in the wallet of the contra
roles:
script: OpenRole
policyId: ac5591a09baca1e04b5b2f086210cd1a9451032e02c1a327d13ee767
threadRoleName: Thread
openRoleNames:
- Buyer
threadRoleName: Thread
```

### Distribution of open-role tokens
Expand Down

0 comments on commit 0cd3ef6

Please sign in to comment.