Skip to content

Commit c0e3fc3

Browse files
committed
Fix message signing
1 parent 930783b commit c0e3fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/sign_msg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use ledger_device_sdk::io::Comm;
66
use crate::app_ui::sign_msg::ui_display_msg;
77
use crate::{utils, AppSW};
88

9-
const SIGN_MAGIC: &str = "Aeternity Signed Message:\n";
9+
const SIGN_MAGIC: &str = "aeternity Signed Message:\n";
1010
// Conversion using `as` is safe to do here because the string is constant and
1111
// the length is known at compile time.
1212
const SIGN_MAGIC_LEN: u8 = SIGN_MAGIC.len() as u8;

0 commit comments

Comments
 (0)