@@ -515,7 +515,7 @@ mod tests {
515515 . expect ( "Failed to decode MultiEraBlock" ) ;
516516
517517 let transactions = multi_era_block. txs ( ) ;
518- // Second transaction of this test data contains the CIP509 auxiliary data
518+ // Forth transaction of this test data contains the CIP509 auxiliary data
519519 let tx = transactions
520520 . get ( 3 )
521521 . expect ( "Failed to get transaction index" ) ;
@@ -533,7 +533,7 @@ mod tests {
533533 . expect ( "Failed to decode MultiEraBlock" ) ;
534534
535535 let transactions = multi_era_block. txs ( ) ;
536- // Second transaction of this test data contains the CIP509 auxiliary data
536+ // Forth transaction of this test data contains the CIP509 auxiliary data
537537 let tx = transactions
538538 . get ( 3 )
539539 . expect ( "Failed to get transaction index" ) ;
@@ -550,7 +550,7 @@ mod tests {
550550 . expect ( "Failed to decode MultiEraBlock" ) ;
551551
552552 let transactions = multi_era_block. txs ( ) ;
553- // Second transaction of this test data contains the CIP509 auxiliary data
553+ // Forth transaction of this test data contains the CIP509 auxiliary data
554554 let tx = transactions
555555 . get ( 3 )
556556 . expect ( "Failed to get transaction index" ) ;
@@ -570,7 +570,7 @@ mod tests {
570570 . expect ( "Failed to decode MultiEraBlock" ) ;
571571
572572 let transactions = multi_era_block. txs ( ) ;
573- // Second transaction of this test data contains the CIP509 auxiliary data
573+ // Forth transaction of this test data contains the CIP509 auxiliary data
574574 let tx = transactions
575575 . get ( 3 )
576576 . expect ( "Failed to get transaction index" ) ;
@@ -597,7 +597,7 @@ mod tests {
597597 . expect ( "Failed to decode MultiEraBlock" ) ;
598598
599599 let transactions = multi_era_block. txs ( ) ;
600- // Second transaction of this test data contains the CIP509 auxiliary data
600+ // Forth transaction of this test data contains the CIP509 auxiliary data
601601 let tx = transactions
602602 . get ( 3 )
603603 . expect ( "Failed to get transaction index" ) ;
0 commit comments