mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
missing value init fix
This commit is contained in:
parent
7fc4b724c4
commit
09b51def04
2 changed files with 2 additions and 0 deletions
|
@ -909,6 +909,7 @@ class MoneroWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
|||
txn.height = txHeight;
|
||||
|
||||
txn.isCancelled = false;
|
||||
txn.isLelantus = null;
|
||||
txn.slateId = null;
|
||||
txn.otherData = null;
|
||||
|
||||
|
|
|
@ -978,6 +978,7 @@ class WowneroWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
|||
txn.height = txHeight;
|
||||
|
||||
txn.isCancelled = false;
|
||||
txn.isLelantus = null;
|
||||
txn.slateId = null;
|
||||
txn.otherData = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue