mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 14:28:37 +00:00
Fix failing test in deposit_contract
This commit is contained in:
@@ -62,6 +62,6 @@ mod tests {
|
||||
|
||||
let data = eth1_tx_data(&deposit).expect("should produce tx data");
|
||||
|
||||
assert_eq!(data.len(), 388, "bytes should be correct length");
|
||||
assert_eq!(data.len(), 420, "bytes should be correct length");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user