mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
null error fix on send from stack when doing epic to any swap
This commit is contained in:
parent
c5a14815ec
commit
754c6e6440
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue