From 3b535aadb8d1e9fdbc2c6c7e51714c48bfb089e6 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 19 Apr 2022 09:32:10 +0300 Subject: [PATCH] use zero adress for price and fees order --- src/components/Asset/AssetActions/Compute/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Asset/AssetActions/Compute/index.tsx b/src/components/Asset/AssetActions/Compute/index.tsx index f0dbf166b..28baae72d 100644 --- a/src/components/Asset/AssetActions/Compute/index.tsx +++ b/src/components/Asset/AssetActions/Compute/index.tsx @@ -136,7 +136,7 @@ export default function Compute({ ) const datasetPriceAndFees = await getOrderPriceAndFees( asset, - accountId, + ZERO_ADDRESS, computeEnv?.id, validUntil )