null error fix on send from stack when doing epic to any swap

This commit is contained in:
julian 2024-07-12 11:28:04 -06:00
parent c5a14815ec
commit 754c6e6440

View file

@ -609,7 +609,7 @@ class EpiccashWallet extends Bip39Wallet {
wallet: wallet!,
selectionStrategyIsAll: 0,
minimumConfirmations: cryptoCurrency.minConfirms,
message: txData.noteOnChain!,
message: txData.noteOnChain ?? "",
amount: txData.recipients!.first.amount.raw.toInt(),
address: txData.recipients!.first.address,
);