From 452e5df38df2a9ad670840e26ebc2b096d7eaa12 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 8 May 2026 19:41:31 -0400 Subject: Trezor Safe 7 support --- generate_checksum.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'generate_checksum.sh') diff --git a/generate_checksum.sh b/generate_checksum.sh index 3793a54..7de42ca 100755 --- a/generate_checksum.sh +++ b/generate_checksum.sh @@ -23,9 +23,12 @@ const char * ${COIN}_wallet2_api_c_exp_sha256 = "${COIN_wallet2_api_c_exp_sha256 EOF cat > impls/monero.dart/lib/src/checksum_${coin}.dart << EOF // ignore_for_file: constant_identifier_names -const String wallet2_api_c_h_sha256 = "${COIN_wallet2_api_c_h_sha256}"; -const String wallet2_api_c_cpp_sha256 = "${COIN_wallet2_api_c_cpp_sha256}"; -const String wallet2_api_c_exp_sha256 = "${COIN_wallet2_api_c_exp_sha256}"; +const String wallet2_api_c_h_sha256 = + "${COIN_wallet2_api_c_h_sha256}"; +const String wallet2_api_c_cpp_sha256 = + "${COIN_wallet2_api_c_cpp_sha256}"; +const String wallet2_api_c_exp_sha256 = + "${COIN_wallet2_api_c_exp_sha256}"; EOF cat > impls/monero.ts/checksum_${coin}.ts << EOF export const ${coin}Checksum = { -- cgit v1.2.3