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

init prices and fees after starting a compute job

This commit is contained in:
Bogdan Fazakas 2022-05-16 08:09:38 +03:00
parent 50b1af53ac
commit 50fc6d84cb

View File

@ -366,6 +366,7 @@ export default function Compute({
}
LoggerInstance.log('[compute] Starting compute job response: ', response)
setIsPublished(true)
initPriceAndFees()
} catch (error) {
setError('Failed to start job!')
LoggerInstance.error('[compute] Failed to start job: ', error.message)