BeaconState field renamed

This commit is contained in:
Mark Mackey
2022-11-10 11:49:55 -06:00
parent 2191242341
commit 756e48f5dc
5 changed files with 8 additions and 10 deletions

View File

@@ -300,7 +300,7 @@ where
pub next_withdrawal_index: u64,
#[cfg(feature = "withdrawals")]
#[superstruct(only(Capella, Eip4844))]
pub latest_withdrawal_validator_index: u64,
pub next_withdrawal_validator_index: u64,
// Caching (not in the spec)
#[serde(skip_serializing, skip_deserializing)]