Skip to content

Commit

Permalink
Neuron voting power
Browse files Browse the repository at this point in the history
Add suport for refresh voting power transactions
  • Loading branch information
neithanmo authored Feb 13, 2025
2 parents 966eda7 + c573413 commit ce06349
Show file tree
Hide file tree
Showing 30 changed files with 469 additions and 398 deletions.
3 changes: 1 addition & 2 deletions app/src/candid/candid_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ parser_error_t readCandidManageNeuron(parser_tx_t *tx, const uint8_t *input, uin

CHECK_PARSER_ERR(readAndCheckRootType(&ctx))


CHECK_PARSER_ERR(getCandidTypeFromTable(&txn, tx->candid_rootType))

CHECK_PARSER_ERR(readCandidRecordLength(&txn))
Expand All @@ -164,7 +163,7 @@ parser_error_t readCandidManageNeuron(parser_tx_t *tx, const uint8_t *input, uin
return readNNSManageNeuron(&ctx, &txn);

default:
ZEMU_LOGF(100, "Error: transaction type not supported\n")
zemu_log("Error: transaction type not supported\n");
}

return parser_unexpected_value;
Expand Down
Loading

0 comments on commit ce06349

Please sign in to comment.