From 0ddf47d4b2b4746b3c48537195d8550d914b8245 Mon Sep 17 00:00:00 2001 From: ndk Date: Mon, 23 Dec 2024 18:08:36 +0100 Subject: [PATCH] removed commented line --- .../integration-tests/chopsticks/tests/v5-tests/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cumulus/parachains/integration-tests/chopsticks/tests/v5-tests/index.ts b/cumulus/parachains/integration-tests/chopsticks/tests/v5-tests/index.ts index 8c0278c09128..87041ae10399 100644 --- a/cumulus/parachains/integration-tests/chopsticks/tests/v5-tests/index.ts +++ b/cumulus/parachains/integration-tests/chopsticks/tests/v5-tests/index.ts @@ -477,7 +477,6 @@ test("Withdraw USDT from Alice to Bob", async () => { const ahToWnd = AHApi.tx.PolkadotXcm.execute({ message: msg, - // max_weight: { ref_time: weight.value.ref_time, proof_size: weight.value.proof_size }, max_weight: { ref_time: 81834380000n, proof_size: 823193n }, }, );