mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
empty memo (just like firo-qt)
This commit is contained in:
parent
e4bb2aeca7
commit
4e96ce5438
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ mixin SparkInterface on Bip39HDWallet, ElectrumXInterface {
|
||||||
.map((e) => (
|
.map((e) => (
|
||||||
sparkAddress: e.address,
|
sparkAddress: e.address,
|
||||||
value: e.amount.raw.toInt(),
|
value: e.amount.raw.toInt(),
|
||||||
memo: "Stackwallet spark mint"
|
memo: "",
|
||||||
))
|
))
|
||||||
.toList(),
|
.toList(),
|
||||||
serialContext: Uint8List.fromList(serialContext),
|
serialContext: Uint8List.fromList(serialContext),
|
||||||
|
|
Loading…
Reference in a new issue