Browse Source

docs: Add instructions for enabling flow cancel in the Governor (#4365)

John Saigle 6 tháng trước cách đây
mục cha
commit
bce6b859f4
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      docs/governor.md

+ 8 - 0
docs/governor.md

@@ -81,3 +81,11 @@ guardiand admin governor-reset-release-timer "emitted_chain_ID/address/sequence_
 If the number of days is omitted, the command will reset the release timer to 24 hours from the current time. The number of days is capped to 7.
 
 **Warning:** *Resetting a VAA should only be used in the context of needing more time to confirm fraud that directly affects the security of the Wormhole network.  A super minority of Guardians are required to reset the timer for a given VAA.*
+
+### Flow Cancel
+
+The flow canceling extension of the Governor is disabled by default. Guardians can enable it by passing the following flag to the `guardiand` command when starting it up:
+
+```bash
+--governorFlowCancelEnabled=true
+```