Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb committed Oct 31, 2023
1 parent 7ec43d9 commit 0df308e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/networks/advanced-guides/withdrawal-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ During **Step 4**, you will have to define an index position of the validator ke
During **Step 6 and 7**, you will have to input hexadecimal values.

- Ensure to add `0x` in front of the copied withdrawal credential
- Verify that your EOA address has the `0x` prefixe
- Verify that your EOA address has the `0x` prefix

:::

Expand Down Expand Up @@ -219,7 +219,7 @@ POST -H "Content-type: application/json" -d '<MY_CONTENTS>'
http://localhost:3500/eth/v1/beacon/pool/bls_to_execution_changes
```

3. Log into your node’s terminal and execute the broadcast command on your consensus interface:
3. Log into your node’s terminal and execute the broadcast command on it's local consensus interface:

```bash
curl -X POST -H "Content-type: application/json" -d '<MY_CONTENTS>'
Expand Down

0 comments on commit 0df308e

Please sign in to comment.