Skip to content

Commit

Permalink
Update governor whitepaper to reflect the new argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Matthyser committed Jun 19, 2024
1 parent c55afe4 commit 47db4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whitepapers/0007_governor.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In this design, there are three mechanisms for enqueued messages to be published

## Operational Considerations
### Extending the release time to have more time to investigate
Guardian operators can use the `ChainGovernorResetReleaseTimer` admin RPC or `governor-reset-release-timer [VAA_ID]` admin command to reset the delay to 24h.
Guardian operators can use the `ChainGovernorResetReleaseTimer` admin RPC or the `governor-reset-release-timer [VAA_ID] <num_days>` admin command to reset the delay to the specified amount of days (`num_days`), up to 7 days.

### Dropping messages from the Governor
Guardian operators can use the `ChainGovernorDropPendingVAA` admin RPC or `governor-drop-pending-vaa [VAA_ID]` admin command to remove a VAA from the Governor queue. Note that in most cases this should be done in conjunction with disconnecting a chain or block-listing certain messages because otherwise the message may just get re-observed through automatic observation requests.
Expand Down

0 comments on commit 47db4ba

Please sign in to comment.