We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3306e28 commit 472902aCopy full SHA for 472902a
src/flamenco/rewards/fd_rewards.c
@@ -116,6 +116,9 @@ get_vote_credits( uchar const * account_data,
116
case fd_vote_state_versioned_enum_current:
117
*credits = vsv->inner.current.epoch_credits;
118
break;
119
+ case fd_vote_state_versioned_enum_v4:
120
+ *credits = vsv->inner.v4.epoch_credits;
121
+ break;
122
default:
123
__builtin_unreachable();
124
}
0 commit comments