Fix bug with fork choice, tidy

This commit is contained in:
Paul Hauner
2019-08-09 11:54:35 +10:00
parent 284166c7f8
commit 76bb671084
6 changed files with 70 additions and 49 deletions

View File

@@ -349,14 +349,12 @@ where
agg_sig
};
let attestation = Attestation {
vec.push(Attestation {
aggregation_bits,
data,
custody_bits,
signature,
};
vec.push(attestation)
})
}
}
});