Skip to content

Commit

Permalink
Update versioned_docs/version-1.3.0/osx/02-how-to-guides/02-plugin-de…
Browse files Browse the repository at this point in the history
…velopment/05-governance-plugins/01-proposals.md

Co-authored-by: Carles <[email protected]>
  • Loading branch information
josemarinas and banasa44 authored Jun 3, 2024
1 parent 88f5e2a commit c3a4d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This event should be emitted when a proposal is created. It contains the followi
- `creator`: The creator of the proposal.
- `startDate`: The start block number of the proposal.
- `endDate`: The end block number of the proposal.
- `metadata`: This should contain an metadata ipfs hash or any other type of link to the metadata of the proposal.
- `metadata`: This should contain a metadata ipfs hash or any other type of link to the metadata of the proposal.
- `actions`: The actions that will be executed if the proposal passes.
- `allowFailureMap`: A bitmap allowing the proposal to succeed, even if individual actions might revert. If the bit at index `i` is 1, the proposal succeeds even if the `i`th action reverts. A failure map value of 0 requires every action to not revert.

Expand Down

0 comments on commit c3a4d00

Please sign in to comment.