mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-25 11:11:26 +00:00
added trade qortalrequests
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user