mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Add a no-wait flag for voluntary exits (#2292)
## Issue Addressed N/A ## Proposed Changes Adds a `no-wait` flag to the validator exit command which exits right after publishing the voluntary exit to the beacon chain. It does not wait for confirmation that the exit has been included in the beacon chain. By default, the flag is false. cc @stefa2k
This commit is contained in:
@@ -64,5 +64,9 @@ Enter the exit phrase from the above URL to confirm the voluntary exit:
|
||||
Exit my validator
|
||||
|
||||
Successfully published voluntary exit for validator 0xabcd
|
||||
Voluntary exit has been accepted into the beacon chain, but not yet finalized. Finalization may take several minutes or longer. Before finalization there is a low probability that the exit may be reverted.
|
||||
Current epoch: 29946, Exit epoch: 29951, Withdrawable epoch: 30207
|
||||
Please keep your validator running till exit epoch
|
||||
Exit epoch in approximately 1920 secs
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user