Skip to content

Commit

Permalink
update witnesses in same_transfer_twice_update_witnesses
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 7, 2025
1 parent 64f34b3 commit a3f1639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ fn same_transfer_twice_update_witnesses(#[case] transfer_type: TransferType) {
wlt_1.mine_tx(&tx.txid(), false);
wlt_2.accept_transfer(consignment, None);
wlt_1.sync();
wlt_2.sync_and_update_witnesses(None);

wlt_1.check_allocations(
contract_id,
Expand Down

0 comments on commit a3f1639

Please sign in to comment.