From 708d2627478689f1d58f15831c183656992136af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Wed, 11 Sep 2024 11:49:39 +0200 Subject: [PATCH] accept_0conf: uncomment code to show allocations bug --- tests/transfers.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/transfers.rs b/tests/transfers.rs index 4a0efa4..2c732be 100644 --- a/tests/transfers.rs +++ b/tests/transfers.rs @@ -499,8 +499,6 @@ fn accept_0conf() { wlt_2.accept_transfer(consignment.clone(), None); - // TODO: check if it's correct that sender sees 2 allocations - /* wlt_1.sync(); wlt_1.check_allocations( contract_id, @@ -509,7 +507,6 @@ fn accept_0conf() { vec![issue_supply - amt], false, ); - */ wlt_2.check_allocations( contract_id, &iface_type_name,