mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 11:16:36 +00:00
missing value init
This commit is contained in:
parent
525d0fa7c4
commit
12a5eff178
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ Future<Transaction> parseTransaction(
|
|||
tx.isCancelled = false;
|
||||
tx.slateId = null;
|
||||
tx.otherData = null;
|
||||
tx.isLelantus = null;
|
||||
|
||||
return tx;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue