Skip to content

Commit bc1ad5e

Browse files
authored
Merge pull request #582 from Cypherock/feat/xrp/base
Feat/xrp/base
2 parents a201a29 + c6475cd commit bc1ad5e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

apps/xrp_app/xrp_pub_key.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,7 @@ static bool get_user_consent(const pb_size_t which_request,
340340
snprintf(
341341
msg, sizeof(msg), UI_TEXT_ADD_ACCOUNT_PROMPT, XRP_NAME, wallet_name);
342342
} else {
343-
snprintf(msg,
344-
sizeof(msg),
345-
UI_TEXT_RECEIVE_TOKEN_PROMPT,
346-
XRP_LUNIT,
347-
XRP_NAME,
348-
wallet_name);
343+
snprintf(msg, sizeof(msg), UI_TEXT_RECEIVE_PROMPT, XRP_NAME, wallet_name);
349344
}
350345

351346
return core_scroll_page(NULL, msg, xrp_send_error);

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
firmware version=000:006:004:003
1+
firmware version=000:006:004:004
22
hardware version=000:001:000:000
33
magic number=45227A01

0 commit comments

Comments
 (0)