We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930783b commit c0e3fc3Copy full SHA for c0e3fc3
src/handlers/sign_msg.rs
@@ -6,7 +6,7 @@ use ledger_device_sdk::io::Comm;
6
use crate::app_ui::sign_msg::ui_display_msg;
7
use crate::{utils, AppSW};
8
9
-const SIGN_MAGIC: &str = "Aeternity Signed Message:\n";
+const SIGN_MAGIC: &str = "aeternity Signed Message:\n";
10
// Conversion using `as` is safe to do here because the string is constant and
11
// the length is known at compile time.
12
const SIGN_MAGIC_LEN: u8 = SIGN_MAGIC.len() as u8;
0 commit comments