diff options
Diffstat (limited to 'generate_checksum.sh')
| -rwxr-xr-x | generate_checksum.sh | 9 |
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 = { |
