Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
  • Loading branch information
Gabriel-Trintinalia committed Sep 8, 2023
1 parent 30eca31 commit 987a4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void shouldValidateExcessBlobGasCorrectly() {
}

@Test
public void shouldRejectTransactionsWithFullBlob() {
public void shouldRejectTransactionsWithFullBlobs() {

Bytes transactionWithBlobsBytes =
TransactionEncoder.encodeOpaqueBytes(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private static boolean isTypedTransaction(final RLPInput rlpInput) {
}

/**
* Gets the decoder for a given transaction type and encoding context. If the context is NETWORK,
* Gets the decoder for a given transaction type and encoding context. If the context is POOLED_TRANSACTION,
* it uses the network decoder for the type. Otherwise, it uses the typed decoder.
*
* @param transactionType the transaction type
Expand Down

0 comments on commit 987a4a5

Please sign in to comment.