Skip to content

Commit

Permalink
Update Genus BlockData message to contain FullBlockBody
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCheatham committed Aug 7, 2023
1 parent 617d422 commit e85064d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/genus/genus_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,5 @@ message HeightData {
// Data structure with the most important parts of a Block. Equivalent to a denormalized Full Block.
message BlockData {
consensus.models.BlockHeader header = 1 [(validate.rules).message.required = true];
node.models.BlockBody body = 2 [(validate.rules).message.required = true];
repeated brambl.models.transaction.IoTransaction transactions = 3;
node.models.FullBlockBody body = 4 [(validate.rules).message.required = true];
}

0 comments on commit e85064d

Please sign in to comment.