Skip to content

Commit

Permalink
Add testcases for elections and preimage (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-RR1 authored Nov 19, 2023
1 parent f7acd06 commit e00aa8a
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/substrate_dispatch_V2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ parser_error_t _readMethod_V2(
case 11010: /* module 43 call 2 */
CHECK_ERROR(_readMethod_preimage_request_preimage_V2(c, &method->basic.preimage_request_preimage_V2))
break;
case 11012: /* module 43 call 3 */
case 11011: /* module 43 call 3 */
CHECK_ERROR(_readMethod_preimage_unrequest_preimage_V2(c, &method->basic.preimage_unrequest_preimage_V2))
break;
case 768: /* module 3 call 0 */
Expand Down
Loading

0 comments on commit e00aa8a

Please sign in to comment.