Skip to content

Commit

Permalink
PLT-8703 Update documentation for open roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Dec 15, 2023
1 parent f738857 commit 8a078ff
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 8a078ff

Please sign in to comment.