Skip to content

Commit

Permalink
update gwei conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Sep 19, 2024
1 parent 14b8007 commit 0c7d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/core/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func GetStatus(ctx context.Context, eigenpodAddress string, eth *ethclient.Clien
// checkpoint.PodBalanceGwei would be if we started one now:
nativeETHDeltaWei = new(big.Int).Sub(
latestPodBalanceWei,
new(big.Int).SetUint64(withdrawableRestakedExecutionLayerGwei),
IGweiToWei(new(big.Int).SetUint64(withdrawableRestakedExecutionLayerGwei)),
)

// Determine whether the checkpoint needs to be started with `--force`
Expand Down

0 comments on commit 0c7d1ee

Please sign in to comment.