From 6fc3732cb6aa354c4dd38be88ed0b8a30edffe15 Mon Sep 17 00:00:00 2001 From: CalDescent <> Date: Wed, 17 Aug 2022 19:41:15 +0100 Subject: [PATCH] Key renamed from "arrrMemo" to "memo" when sending to the core. --- qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js b/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js index 860a179a..42aa51e2 100644 --- a/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js +++ b/qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js @@ -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)