changed qortalRequest name

This commit is contained in:
PhilReact 2025-02-20 05:45:12 +02:00
parent 408791a3b0
commit 702672557f

View File

@ -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) {
} }