cake-tech / cake_wallet

The open source repository for Cake Wallet, a noncustodial multi-currency wallet, and Monero.com, a noncustodial Monero-only wallet. Need help? Check out https://guides.cakewallet.com
https://cakewallet.com
MIT License
713 stars 189 forks source link

Fix Whitespace in secret_key.dart #1812

Closed Justxd22 closed 5 days ago

Justxd22 commented 1 week ago

Fixes error during building

#11 527.9 lib/.secrets.g.dart:57:7: Error: Type 'bitco' not found.
#11 527.9 const bitco inCashTestWalletReceiveAddress = '';
#11 527.9       ^^^^^
#11 533.3 lib/.secrets.g.dart:57:7: Error: 'bitco' isn't a type.
#11 533.3 const bitco inCashTestWalletReceiveAddress = '';
#11 533.3       ^^^^^
#11 548.1 Target kernel_snapshot failed: Exception
#11 548.1 
#11 548.2 
#11 548.2 FAILURE: Build failed with an exception.

blame: 0fcfd76 :D