Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Longarithm committed Dec 20, 2024
1 parent c5d8cc0 commit e20f38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/test_loop/utils/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ pub fn store_and_submit_tx(
tx: SignedTransaction,
) {
let mut txs_vec = txs.take();
tracing::warn!(target: "test", height, tx_hash=?tx.get_hash(), ?signer_id, ?receiver_id, "submitting transaction");
tracing::debug!(target: "test", height, tx_hash=?tx.get_hash(), ?signer_id, ?receiver_id, "submitting transaction");
txs_vec.push((tx.get_hash(), height));
txs.set(txs_vec);
submit_tx(&node_datas, &rpc_id, tx);
Expand Down

0 comments on commit e20f38a

Please sign in to comment.