mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
restoring original versions of files
This commit is contained in:
parent
7fcdc8c0cb
commit
b3e453a0f2
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,7 @@ abstract class HavenWalletBase
|
|||
ObservableMap<CryptoCurrency, MoneroBalance> balance;
|
||||
|
||||
@override
|
||||
String get seed {
|
||||
return haven_wallet.getSeed();
|
||||
}
|
||||
String get seed => haven_wallet.getSeed();
|
||||
|
||||
@override
|
||||
MoneroWalletKeys get keys => MoneroWalletKeys(
|
||||
|
|
Loading…
Reference in a new issue