mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 15:30:55 +00:00
stellar: typo in failure message
This commit is contained in:
parent
b1725e7264
commit
b51f995da7
@ -204,7 +204,7 @@ bool stellar_confirmCreateAccountOp(const StellarCreateAccountOp *msg)
|
|||||||
// Validate new account and convert to bytes
|
// Validate new account and convert to bytes
|
||||||
uint8_t new_account_bytes[STELLAR_KEY_SIZE];
|
uint8_t new_account_bytes[STELLAR_KEY_SIZE];
|
||||||
if (!stellar_getAddressBytes(msg->new_account, new_account_bytes)) {
|
if (!stellar_getAddressBytes(msg->new_account, new_account_bytes)) {
|
||||||
stellar_signingAbort(_("Invalid destination account"));
|
stellar_signingAbort(_("Invalid new account address"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user