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