builder payments w/ slashed validators fix

This commit is contained in:
Eitan Seri-Levi
2026-06-21 18:05:29 +03:00
parent affdfb0d13
commit d610407820
3 changed files with 9 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ pub struct BuilderPendingPayment {
#[serde(with = "serde_utils::quoted_u64")]
pub weight: u64,
pub withdrawal: BuilderPendingWithdrawal,
#[serde(with = "serde_utils::quoted_u64")]
pub proposer_index: u64,
}
#[cfg(test)]