mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 03:29:36 +00:00
Fix Whitespace in secret_key.dart (#1812)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
Some checks failed
Cache Dependencies / test (push) Has been cancelled
This commit is contained in:
parent
ff5fbd7946
commit
29b659e748
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SecretKey {
|
|||
SecretKey('bitcoinTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('ethereumTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('litecoinTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('bitco inCashTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('bitcoinCashTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('polygonTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('solanaTestWalletReceiveAddress', () => ''),
|
||||
SecretKey('tronTestWalletReceiveAddress', () => ''),
|
||||
|
|
Loading…
Reference in a new issue