Skip to content

Commit

Permalink
Tweak comment in BeaconChainProofs
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealexc committed Oct 12, 2023
1 parent 44b4492 commit a14d4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/libraries/BeaconChainProofs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ library BeaconChainProofs {
}

/**
* Getters for validator fields:
* Indices for validator fields (refer to consensus specs):
* 0: pubkey
* 1: withdrawal credentials
* 2: effective balance
Expand Down Expand Up @@ -480,7 +480,7 @@ library BeaconChainProofs {
}

/**
* Getters for withdrawal fields:
* Indices for withdrawal fields (refer to consensus specs):
* 0: withdrawal index
* 1: validator index
* 2: execution address
Expand Down

0 comments on commit a14d4db

Please sign in to comment.