We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5c709 commit b05eb5fCopy full SHA for b05eb5f
crates/transaction-pool/src/validate/mod.rs
@@ -515,7 +515,7 @@ impl<T: PoolTransaction> fmt::Debug for ValidPoolTransaction<T> {
515
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
516
f.debug_struct("ValidPoolTransaction")
517
.field("id", &self.transaction_id)
518
- .field("pragate", &self.propagate)
+ .field("propagate", &self.propagate)
519
.field("origin", &self.origin)
520
.field("hash", self.transaction.hash())
521
.field("tx", &self.transaction)
0 commit comments