@@ -557,7 +557,7 @@ mod tests {
557557 Signature :: from_raw_array ( & bytes) . expect ( "valid test signature" )
558558 }
559559
560- /// Creates a non-sponsored EvNode transaction (fee_payer_signature = None)
560+ /// Creates a non-sponsored ` EvNode` transaction (` fee_payer_signature` = None)
561561 fn create_non_sponsored_evnode_tx ( gas_limit : u64 , max_fee_per_gas : u128 ) -> EvNodeSignedTx {
562562 let tx = EvNodeTransaction {
563563 chain_id : 1 ,
@@ -597,11 +597,11 @@ mod tests {
597597 EvTransactionValidator :: new ( inner)
598598 }
599599
600- /// Tests that non-sponsored EvNode transactions with insufficient sender balance
600+ /// Tests that non-sponsored ` EvNode` transactions with insufficient sender balance
601601 /// are rejected with an Overdraft error.
602602 ///
603- /// BUG: Currently this test FAILS because validate_evnode does not check
604- /// sender balance for non-sponsored EvNode transactions.
603+ /// BUG: Currently this test FAILS because ` validate_evnode` does not check
604+ /// sender balance for non-sponsored ` EvNode` transactions.
605605 #[ test]
606606 fn non_sponsored_evnode_rejects_insufficient_balance ( ) {
607607 let validator = create_test_validator ( ) ;
@@ -635,7 +635,7 @@ mod tests {
635635 }
636636 }
637637
638- /// Tests that non-sponsored EvNode transactions with sufficient balance are accepted.
638+ /// Tests that non-sponsored ` EvNode` transactions with sufficient balance are accepted.
639639 #[ test]
640640 fn non_sponsored_evnode_accepts_sufficient_balance ( ) {
641641 let validator = create_test_validator ( ) ;
0 commit comments