Skip to content

Commit

Permalink
fix: changed more incorrect references fo verifyBalanceUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Feb 8, 2024
1 parent 222f13a commit 81097ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/core/EigenPodManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,12 @@ The primary method concerning actively restaked validators is:
* [`EigenPod.verifyBalanceUpdates`](#eigenpodverifybalanceupdates)

#### `EigenPod.verifyBalanceUpdates`

```solidity
```
function verifyBalanceUpdates(
uint64 oracleTimestamp,
uint40[] calldata validatorIndices,
BeaconChainProofs.StateRootProof calldata stateRootProof,
BeaconChainProofs.BalanceUpdateProof[] calldata balanceUpdateProofs,
bytes[] calldata validatorFieldsProofs,
bytes32[][] calldata validatorFields
)
external
Expand Down

0 comments on commit 81097ba

Please sign in to comment.