mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Less verbosity (#546)
This commit is contained in:
committed by
Robert Habermeier
parent
74260a0847
commit
6aa506e2d1
@@ -298,9 +298,9 @@ impl<'a, A> txpool::Verifier<UncheckedExtrinsic> for Verifier<'a, A> where
|
|||||||
let sender = inner.as_ref().map(|x| x.signed.clone());
|
let sender = inner.as_ref().map(|x| x.signed.clone());
|
||||||
|
|
||||||
if encoded_size < 1024 {
|
if encoded_size < 1024 {
|
||||||
info!(target: "transaction-pool", "Transaction verified: {} => {:?}", hash, uxt);
|
debug!(target: "transaction-pool", "Transaction verified: {} => {:?}", hash, uxt);
|
||||||
} else {
|
} else {
|
||||||
info!(target: "transaction-pool", "Transaction verified: {} ({} bytes is too large to display)", hash, encoded_size);
|
debug!(target: "transaction-pool", "Transaction verified: {} ({} bytes is too large to display)", hash, encoded_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(VerifiedTransaction {
|
Ok(VerifiedTransaction {
|
||||||
|
|||||||
Reference in New Issue
Block a user