Skip to content

Commit

Permalink
Update node/src/client/router.rs
Browse files Browse the repository at this point in the history
Co-authored-by: d0cd <[email protected]>
  • Loading branch information
vicsn and d0cd authored Sep 26, 2024
1 parent 799f157 commit 06adca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/client/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ impl<N: Network, C: ConsensusStorage<N>> Inbound<N> for Client<N, C> {
serialized: UnconfirmedTransaction<N>,
transaction: Transaction<N>,
) -> bool {
// Try to add the transaction to a verification queue, without changing LRU status of known solutions.
// Try to add the transaction to a verification queue, without changing LRU status of known transactions.
match &transaction {
Transaction::<N>::Fee(..) => (), // Fee Transactions are not valid.
Transaction::<N>::Deploy(..) => {
Expand Down

0 comments on commit 06adca7

Please sign in to comment.