forked from TrueCloudLab/frostfs-api
Typo fix
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
8056035132
commit
f1acb8c14f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ message Header {
|
||||||
neo.fs.v2.refs.ObjectID previous = 2 [json_name = "previous"];
|
neo.fs.v2.refs.ObjectID previous = 2 [json_name = "previous"];
|
||||||
|
|
||||||
// `signature` field of the parent object. Used to reconstruct parent.
|
// `signature` field of the parent object. Used to reconstruct parent.
|
||||||
neo.fs.v2.refs.Signature parent_signature = 3[json_name = "parentSignature"];
|
neo.fs.v2.refs.Signature parent_signature = 3 [json_name = "parentSignature"];
|
||||||
|
|
||||||
// `header` field of the parent object. Used to reconstruct parent.
|
// `header` field of the parent object. Used to reconstruct parent.
|
||||||
Header parent_header = 4 [json_name = "parentHeader"];
|
Header parent_header = 4 [json_name = "parentHeader"];
|
||||||
|
|
Loading…
Reference in a new issue