mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 09:13:41 +00:00
addressing comments
This commit is contained in:
@@ -55,9 +55,7 @@ pub struct SszContainerV29 {
|
||||
}
|
||||
|
||||
impl SszContainerV29 {
|
||||
pub fn from_proto_array(
|
||||
from: &ProtoArrayForkChoice,
|
||||
) -> Self {
|
||||
pub fn from_proto_array(from: &ProtoArrayForkChoice) -> Self {
|
||||
let proto_array = &from.proto_array;
|
||||
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user