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

use zero adress for price and fees order

This commit is contained in:
Bogdan Fazakas 2022-04-19 09:32:10 +03:00
parent 7c0904ce08
commit 3b535aadb8

View File

@ -136,7 +136,7 @@ export default function Compute({
)
const datasetPriceAndFees = await getOrderPriceAndFees(
asset,
accountId,
ZERO_ADDRESS,
computeEnv?.id,
validUntil
)