Skip to content

Commit

Permalink
Update docs/pages/sdks/governance/bounties.md
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Sala <[email protected]>
  • Loading branch information
voliva and carlosala authored Jan 20, 2025
1 parent de9739c commit 7d46a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/sdks/governance/bounties.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const referenda = await referendaSdk.getOngoingReferenda();
const approvingReferenda = await proposedBounty.findApprovingReferenda(referenda);
```

Once the referendum passes, the bounty is removed from the chain and scheduled for enactment. The SDK can check the scheduler for these cases:
Once the referendum passes, its content is removed from the chain and scheduled for enactment. The SDK can check the scheduler for these cases:

```ts
const scheduledApprovals = await proposedBounty.getScheduledApprovals();
Expand Down

0 comments on commit 7d46a54

Please sign in to comment.