Rename called_from_swap to G_called_from_swap

This commit is contained in:
Francois Beutin
2023-06-30 14:05:46 +02:00
parent 1edf9cdb6a
commit 02cdc23751
8 changed files with 14 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ void handleGetEth2PublicKey(uint8_t p1,
unsigned int *tx) {
bip32_path_t bip32;
if (!called_from_swap) {
if (!G_called_from_swap) {
reset_app_context();
}
if ((p1 != P1_CONFIRM) && (p1 != P1_NON_CONFIRM)) {