added trade qortalrequests

This commit is contained in:
2024-11-10 07:57:37 +02:00
parent 40e8e316a8
commit 7a6a07c6e5
11 changed files with 570 additions and 162 deletions

View File

@@ -83,9 +83,9 @@ export const Save = ({ isDesktop, disableWidth }) => {
.sendMessage(
"ENCRYPT_DATA",
{
payload: {
data64,
},
},
60000
)
@@ -101,6 +101,7 @@ export const Save = ({ isDesktop, disableWidth }) => {
console.error("Failed qortalRequest", error);
});
});
console.log('encryptData', encryptData)
if (encryptData && !encryptData?.error) {
const fee = await getFee("ARBITRARY");
@@ -138,6 +139,7 @@ export const Save = ({ isDesktop, disableWidth }) => {
}
}
} catch (error) {
console.log('errorsave', error)
setInfoSnack({
type: "error",
message: error?.message || "Unable to save to QDN",