Skip to content

Commit

Permalink
Minor adjustment to address PR review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
syan095 committed Dec 1, 2024
1 parent b65d0a2 commit bd973e5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,18 +698,18 @@ fn pending_ingresses_update_with_consensus() {
block_number: 500u64,
close_block: 1_000u64,
};
let deposit_channel_pending_updated_block = DepositChannel {
let deposit_channel_pending_updated_amount = DepositChannel {
account: 1u32,
asset: Asset::Sol,
total_ingressed: 1_000u64,
block_number: 499u64,
total_ingressed: 999u64,
block_number: 500u64,
close_block: 1_000u64,
};
let deposit_channel_pending_updated_amount = DepositChannel {
let deposit_channel_pending_updated_block = DepositChannel {
account: 1u32,
asset: Asset::Sol,
total_ingressed: 999u64,
block_number: 500u64,
total_ingressed: 1_000u64,
block_number: 499u64,
close_block: 1_000u64,
};
let deposit_channel_pending_consensus = DepositChannel {
Expand Down

0 comments on commit bd973e5

Please sign in to comment.