Skip to content

Commit

Permalink
accept_0conf: uncomment code to show allocations bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 11, 2024
1 parent c9dd184 commit ffef7f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ fn accept_0conf() {

wlt_2.accept_transfer(consignment.clone());

// TODO: check if it's correct that sender sees 2 allocations
/*
wlt_1.sync();
wlt_1.check_allocations(
contract_id,
Expand All @@ -502,7 +500,6 @@ fn accept_0conf() {
vec![issue_supply - amt],
false,
);
*/
wlt_2.check_allocations(
contract_id,
&iface_type_name,
Expand Down

0 comments on commit ffef7f5

Please sign in to comment.