Skip to content

Commit

Permalink
fixup! register if a micheline is the unit value
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Sep 11, 2024
1 parent a28c335 commit 199029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/parser/micheline_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ typedef struct {
stack[TZ_MICHELINE_STACK_DEPTH]; /// stack of frames
tz_micheline_parser_frame *frame; /// current frame
/// init == stack, NULL when done
bool is_unit; /// indicates whether the micheline read is a unit
uint8_t is_unit : 1; /// indicates whether the micheline read is a unit
} tz_micheline_state;

0 comments on commit 199029c

Please sign in to comment.