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 7d46a54 commit fd0ee30
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 @@ -138,7 +138,7 @@ Has methods for `claim()` and `unassignCurator()`. In this case, unassign curato

## Child Bounties

Some chains support child bounties, allowing a curator to split a bounty into smaller tasks. This feature is available through a separate SDK, which requires the ChildBounties pallet.
Some chains support child bounties, allowing a curator to split a bounty into smaller tasks. This feature is available through a separate SDK, which requires the chain to have `ChildBounties` pallet.

```ts
import { createChildBountiesSdk } from '@polkadot-api/sdk-governance';
Expand Down

0 comments on commit fd0ee30

Please sign in to comment.