4
1
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:
CalDescent 2022-08-17 19:41:15 +01:00
parent b5422855d9
commit 6fc3732cb6

View File

@ -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)