mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
don t use initial tx values as valid order use subgraph value
This commit is contained in:
parent
edd80eed77
commit
98beb1c3af
@ -241,7 +241,7 @@ export async function handleComputeOrder(
|
|||||||
'[compute] Has valid order: ',
|
'[compute] Has valid order: ',
|
||||||
initializeData.validOrder
|
initializeData.validOrder
|
||||||
)
|
)
|
||||||
return initializeData.validOrder
|
return asset?.accessDetails?.validOrderTx
|
||||||
}
|
}
|
||||||
|
|
||||||
// Approve potential Provider fee amount first
|
// Approve potential Provider fee amount first
|
||||||
|
Loading…
Reference in New Issue
Block a user