mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 02:05:52 +00:00
fix send_coin return for qort
This commit is contained in:
parent
9d890cdcd5
commit
15f6acfda1
@ -3088,7 +3088,7 @@ export const sendCoin = async (data, isFromExtension) => {
|
||||
{ amount, password: null, receiver: recipient },
|
||||
true
|
||||
);
|
||||
return makePayment.res;
|
||||
return makePayment.res?.data;
|
||||
} else {
|
||||
throw new Error("User declined request");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user