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 26, 2024
1 parent b5d6f21 commit 708d262
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 @@ -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,
Expand All @@ -509,7 +507,6 @@ fn accept_0conf() {
vec![issue_supply - amt],
false,
);
*/
wlt_2.check_allocations(
contract_id,
&iface_type_name,
Expand Down

0 comments on commit 708d262

Please sign in to comment.