Skip to content

Commit

Permalink
fix incorrect case number
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-RR1 committed Nov 19, 2023
1 parent 33e5917 commit 92a5443
Showing 1 changed file with 1 addition 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

0 comments on commit 92a5443

Please sign in to comment.