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
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function useCompute(): UseCompute {
setIsLoading(true)
setStep(0)
await checkAndBuyDT(ocean, dataTokenAddress, account)
await checkAndBuyDT(ocean, dataTokenAddress, account, config)
rawAlgorithmMeta.container = computeContainer
rawAlgorithmMeta.rawcode = algorithmRawCode