From 731e6b1d5363f1bd2ea18703ac004158ef7e23d4 Mon Sep 17 00:00:00 2001 From: Vjera Turk Date: Fri, 20 Dec 2024 11:38:27 +0100 Subject: [PATCH] remove -rc --- tests/apis/platformvm/api.test.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/apis/platformvm/api.test.ts b/tests/apis/platformvm/api.test.ts index b0965b025..10a3511b5 100644 --- a/tests/apis/platformvm/api.test.ts +++ b/tests/apis/platformvm/api.test.ts @@ -1608,7 +1608,8 @@ describe("PlatformVMAPI", (): void => { serialzeit(tx1, "AddDelegatorTx") }) - + /* + TODO: @VjeraTurk Change to buildAddCaminoValidatorTX test("buildAddValidatorTx sort StakeableLockOuts 1", async (): Promise => { // two UTXO. The 1st has a lesser stakeablelocktime and a greater amount of AVAX. The 2nd has a greater stakeablelocktime and a lesser amount of AVAX. // We expect this test to only consume the 2nd UTXO since it has the greater locktime. @@ -2145,7 +2146,7 @@ describe("PlatformVMAPI", (): void => { stakeableLockOut2.getStakeableLocktime().toString() ) }) - +*/ test("buildAddValidatorTx 1", async (): Promise => { const addrbuff1 = addrs1.map((a) => platformvm.parseAddress(a)) const addrbuff2 = addrs2.map((a) => platformvm.parseAddress(a))