mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
migrate bugfix
This commit is contained in:
parent
93e1e2f98a
commit
a135404d67
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ class DbVersionMigrator with WalletDB {
|
|||
type: isar_models.AddressType.unknown,
|
||||
subType: type == isar_models.TransactionType.incoming
|
||||
? isar_models.AddressSubType.receiving
|
||||
: isar_models.AddressSubType.change,
|
||||
: isar_models.AddressSubType.unknown,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue