mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
commit
86f6a3cd64
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 19c76409e55f1bfed58855eb767574604376edb6
|
||||
Subproject commit 46a7da857d4113eb3998567b18ac0b33a470f4fd
|
|
@ -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