1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-26 03:06:48 +02:00

fix compute

This commit is contained in:
mihaisc 2020-09-10 18:13:34 +03:00
parent 5234d77cca
commit d74fa0a8dc
No known key found for this signature in database
GPG Key ID: BE522BB8C3A5E2E4

View File

@ -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