empty memo (just like firo-qt)

This commit is contained in:
julian 2023-12-16 15:01:47 -06:00
parent e4bb2aeca7
commit 4e96ce5438

View file

@ -742,7 +742,7 @@ mixin SparkInterface on Bip39HDWallet, ElectrumXInterface {
.map((e) => (
sparkAddress: e.address,
value: e.amount.raw.toInt(),
memo: "Stackwallet spark mint"
memo: "",
))
.toList(),
serialContext: Uint8List.fromList(serialContext),