Skip to content

Commit

Permalink
Change consensus_hash field type
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Apr 11, 2024
1 parent 7e5a354 commit 5a4518d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -18,7 +18,7 @@ message LayerV1 {
LAYER_STATUS_VERIFIED = 2; // verified by tortoise
}
LayerStatus status = 2;
bytes consensus_hash = 3;
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
Expand Down

0 comments on commit 5a4518d

Please sign in to comment.