mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Key renamed from "arrrMemo" to "memo" when sending to the core.
This commit is contained in:
parent
b5422855d9
commit
6fc3732cb6
@ -2618,7 +2618,7 @@ class MultiWallet extends LitElement {
|
||||
entropy58: seed58,
|
||||
receivingAddress: arrrRecipient,
|
||||
arrrAmount: arrrAmount,
|
||||
arrrMemo: arrrMemo
|
||||
memo: arrrMemo
|
||||
//feePerByte: (this.arrrFeePerByte / 1e8).toFixed(8), // Not supported in ARRR
|
||||
}
|
||||
const response = await parentEpml.request('sendArrr', opts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user