forked from Qortal/q-trade
changed qortalRequest name
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user