diff --git a/src/qortalRequests/get.ts b/src/qortalRequests/get.ts index eee4c97..3c773a0 100644 --- a/src/qortalRequests/get.ts +++ b/src/qortalRequests/get.ts @@ -2688,7 +2688,7 @@ export const sendCoin = async (data, isFromExtension) => { if (accepted) { const makePayment = await sendCoinFunc({amount, password: null, receiver: recipient }, true) - return makePayment.res + return makePayment.res?.data } else { throw new Error("User declined request") }