Skip to content

Commit

Permalink
layer's block instead of blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Apr 19, 2024
1 parent 5a4518d commit 5146403
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
112 changes: 56 additions & 56 deletions release/go/spacemesh/v2alpha1/layer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spacemesh/v2alpha1/layer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ message LayerV1 {
string consensus_hash = 3;
bytes state_hash = 4; // fingerprint of the computed state at the layer
bytes cumulative_state_hash = 5; // cumulative fingerprint that uniquely identifies state since genesis
Block blocks = 6; // layer's blocks
Block block = 6; // layer's block
}

message LayerRequest {
Expand Down

0 comments on commit 5146403

Please sign in to comment.