mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +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,
|
type: isar_models.AddressType.unknown,
|
||||||
subType: type == isar_models.TransactionType.incoming
|
subType: type == isar_models.TransactionType.incoming
|
||||||
? isar_models.AddressSubType.receiving
|
? isar_models.AddressSubType.receiving
|
||||||
: isar_models.AddressSubType.change,
|
: isar_models.AddressSubType.unknown,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue