mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
fix isar circular reference error
This commit is contained in:
parent
4301ba96e5
commit
1f6c0e3f31
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ abstract class Wallet<T extends CryptoCurrency> {
|
|||
|
||||
// Store in db after wallet creation
|
||||
await wallet.mainDB.isar.writeTxn(() async {
|
||||
await wallet.mainDB.isar.walletInfo.put(wallet.info);
|
||||
await wallet.mainDB.isar.walletInfo.put(walletInfo);
|
||||
});
|
||||
|
||||
return wallet;
|
||||
|
|
Loading…
Reference in a new issue