mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
fix compute
This commit is contained in:
parent
5234d77cca
commit
d74fa0a8dc
@ -65,7 +65,7 @@ function useCompute(): UseCompute {
|
|||||||
setIsLoading(true)
|
setIsLoading(true)
|
||||||
setStep(0)
|
setStep(0)
|
||||||
|
|
||||||
await checkAndBuyDT(ocean, dataTokenAddress, account)
|
await checkAndBuyDT(ocean, dataTokenAddress, account, config)
|
||||||
rawAlgorithmMeta.container = computeContainer
|
rawAlgorithmMeta.container = computeContainer
|
||||||
rawAlgorithmMeta.rawcode = algorithmRawCode
|
rawAlgorithmMeta.rawcode = algorithmRawCode
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user