mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
migrate bugfix
This commit is contained in:
parent
165021ca2e
commit
6790f702c2
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