Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed May 16, 2021
1 parent 91b3893 commit 1dd370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/state/stateV0/state_trie.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
})
)

// InitializeFromProto the beacon state from a protobuf representation.
// InitializeFromProto initialize the beacon state from a protobuf representation.
func InitializeFromProto(st *pbp2p.BeaconState) (*BeaconState, error) {
return InitializeFromProtoUnsafe(proto.Clone(st).(*pbp2p.BeaconState))
}
Expand Down

0 comments on commit 1dd370c

Please sign in to comment.