missing value init fix

This commit is contained in:
julian 2023-01-14 08:00:43 -06:00
parent 7fc4b724c4
commit 09b51def04
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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;