summaryrefslogtreecommitdiff
path: root/generate_checksum.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-08 19:41:31 -0400
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-05-28 12:53:05 +0200
commit452e5df38df2a9ad670840e26ebc2b096d7eaa12 (patch)
treeeebcd2de5382c361052b6f545047685786560790 /generate_checksum.sh
parentbc8d1a0b75b97156d71579581b4cdfe58c777ed2 (diff)
Trezor Safe 7 supportcyjan-trezor-safe7
Diffstat (limited to 'generate_checksum.sh')
-rwxr-xr-xgenerate_checksum.sh9
1 files changed, 6 insertions, 3 deletions
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 = {