Skip to content

Commit

Permalink
Add tag for attestation+DAL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Jan 25, 2024
1 parent 4213636 commit d1dd8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/baking_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ bool parse_consensus_operation(parsed_baking_data_t *const out,
return true;
case 20: // tenderbake preendorsement
case 21: // tenderbake endorsement
case 23: // tenderbake endorsement + DAL
if (length < sizeof(struct tenderbake_consensus_op_wire)) return false;
struct tenderbake_consensus_op_wire const *const tb_op = data;
out->is_tenderbake = true;
Expand Down

0 comments on commit d1dd8cd

Please sign in to comment.