Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions apps/xrp_app/xrp_pub_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,7 @@ static bool get_user_consent(const pb_size_t which_request,
snprintf(
msg, sizeof(msg), UI_TEXT_ADD_ACCOUNT_PROMPT, XRP_NAME, wallet_name);
} else {
snprintf(msg,
sizeof(msg),
UI_TEXT_RECEIVE_TOKEN_PROMPT,
XRP_LUNIT,
XRP_NAME,
wallet_name);
snprintf(msg, sizeof(msg), UI_TEXT_RECEIVE_PROMPT, XRP_NAME, wallet_name);
}

return core_scroll_page(NULL, msg, xrp_send_error);
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
firmware version=000:006:004:003
firmware version=000:006:004:004
hardware version=000:001:000:000
magic number=45227A01
Loading