1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fix compute env issue on start order

This commit is contained in:
Bogdan Fazakas 2022-06-02 07:38:07 +03:00
parent 3232460f38
commit c2995223a7

View File

@ -130,6 +130,7 @@ export default function Compute({
setError(`Error getting compute environments!`)
return
}
setComputeEnv(computeEnv)
const initializedProvider = await initializeProviderForCompute(
asset,
selectedAlgorithmAsset,