mirror of
https://github.com/Qortal/q-trade.git
synced 2025-06-20 13:11:21 +00:00
changed qortalRequest name
This commit is contained in:
parent
408791a3b0
commit
702672557f
@ -104,9 +104,9 @@ function App() {
|
|||||||
const getIsUsingGateway = async ()=> {
|
const getIsUsingGateway = async ()=> {
|
||||||
try {
|
try {
|
||||||
const res = await qortalRequest({
|
const res = await qortalRequest({
|
||||||
action: "IS_USING_GATEWAY"
|
action: "IS_USING_PUBLIC_NODE"
|
||||||
})
|
})
|
||||||
setIsUsingGateway(res.isGateway)
|
setIsUsingGateway(res)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user