Skip to content

Commit

Permalink
fix: adds logging of tokens lists' (#271)
Browse files Browse the repository at this point in the history
* fix: adds logging sets of tokens

* fix: adds logging of finalizing tokens list
  • Loading branch information
montekki committed Nov 3, 2023
1 parent 0e28dd5 commit e11c8e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions finalizer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ where
let tx_fee_limit = ethers::utils::parse_ether(TX_FEE_LIMIT)
.expect("{TX_FEE_LIMIT} ether is a parsable amount; qed");

tracing::info!("finalizing tokens {token_list:?}");

Self {
pgpool,
one_withdrawal_gas_limit,
Expand Down

0 comments on commit e11c8e8

Please sign in to comment.