Skip to content

Commit

Permalink
add support for txversion 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-RR1 committed Oct 16, 2023
1 parent 131327a commit f7acd06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/substrate_dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ extern "C" {
case 1: \
return PD_CALL_##CALL##_V1; \
\
case 2: \
return PD_CALL_##CALL##_V2; \
\
default: \
return 0; \
} \
Expand Down

0 comments on commit f7acd06

Please sign in to comment.