Update specs/capella/validator.md

Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
Alex Stokes 2022-11-10 09:12:35 -05:00 committed by GitHub
parent 0f93e9aad8
commit be85e9356a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ The `from_bls_pubkey` is compared against the existing withdrawal credential on-
it is unlikely a validator will incorrectly specify this data; however, this message can only be issued once and is currently
irreversible once on-chain so take care with the `to_execution_address`.
Next, the validator signs the assembled `BLSToExecutionChange` `message` with the **withdrawal BLS secret key** and this
Next, the validator signs the assembled `message: BLSToExecutionChange` with the **withdrawal BLS secret key** and this
`signature` is placed into a `SignedBLSToExecutionChange` message along with the inner `BLSToExecutionChange` `message`.
Note that the `SignedBLSToExecutionChange` message should pass all of the validations in [`process_bls_to_execution_change`](./beacon-chain.md#new-process_bls_to_execution_change).