Merge pull request #937 from cypherstack/epic_fixes

Epic fixes
This commit is contained in:
julian-CStack 2024-07-15 14:13:48 -06:00 committed by GitHub
commit 86f6a3cd64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 19c76409e55f1bfed58855eb767574604376edb6
Subproject commit 46a7da857d4113eb3998567b18ac0b33a470f4fd

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,
);