Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 5146403

Browse files
committed
layer's block instead of blocks
1 parent 5a4518d commit 5146403

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

release/go/spacemesh/v2alpha1/layer.pb.go

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spacemesh/v2alpha1/layer.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ message LayerV1 {
2121
string consensus_hash = 3;
2222
bytes state_hash = 4; // fingerprint of the computed state at the layer
2323
bytes cumulative_state_hash = 5; // cumulative fingerprint that uniquely identifies state since genesis
24-
Block blocks = 6; // layer's blocks
24+
Block block = 6; // layer's block
2525
}
2626

2727
message LayerRequest {

0 commit comments

Comments
 (0)