mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
questionable patch for TreeHashVector
This commit is contained in:
@@ -27,7 +27,7 @@ impl ExpectedState {
|
||||
($field_name:ident) => {
|
||||
if self.$field_name.as_ref().map_or(true, |$field_name| {
|
||||
println!(" > Checking {}", stringify!($field_name));
|
||||
$field_name == &state.$field_name
|
||||
&state.$field_name == $field_name
|
||||
}) {
|
||||
vec![]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user