Skip to content

Commit

Permalink
types: add vote tower_sync instructions (#1647)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Li <[email protected]>
  • Loading branch information
ripatel-fd and lidatong authored Apr 25, 2024
1 parent ec8d2b0 commit d1c9699
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/flamenco/types/fd_type_names.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is an auto-generated file. To add entries, edit fd_types.json
#define FD_TYPE_NAME_COUNT 197
#define FD_TYPE_NAME_COUNT 199
static char const * fd_type_names[FD_TYPE_NAME_COUNT] = {
"fd_hash",
"fd_pubkey",
Expand Down Expand Up @@ -79,6 +79,8 @@ static char const * fd_type_names[FD_TYPE_NAME_COUNT] = {
"fd_vote_state_update",
"fd_compact_vote_state_update",
"fd_compact_vote_state_update_switch",
"fd_tower_sync",
"fd_tower_sync_switch",
"fd_slot_history_inner",
"fd_slot_history_bitvec",
"fd_slot_history",
Expand Down
Loading

0 comments on commit d1c9699

Please sign in to comment.