Skip to content

Commit

Permalink
Removed broken tx no longer possible
Browse files Browse the repository at this point in the history
  • Loading branch information
ak88 committed Oct 4, 2023
2 parents ba6bf75 + 4cdd176 commit 2d911cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/SendBlobs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async static Task SendBlobs(
blobs[0][31] += 1;
break;
case "7": maxFeePerDataGas = UInt256.MaxValue; break;
case "8": maxFeePerDataGas = 42_000_000_000; break;
//case "8": maxFeePerDataGas = 42_000_000_000; break;
case "9": proofs = proofs.Skip(1).ToArray(); break;
case "10": commitments = commitments.Skip(1).ToArray(); break;
case "11": maxFeePerDataGas = UInt256.MaxValue / Eip4844Constants.DataGasPerBlob + 1; break;
Expand Down
2 changes: 1 addition & 1 deletion tools/SendBlobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Issues/Options that can be intentionally added:
5 = 1st blob's wrong commitment
6 = 1st blob with a modulo correct, but > modulo value
7 = max fee per blob gas = max value
8 = max fee per blob gas > max value
9 = 1st proof removed
10 = 1st commitment removed
11 = max fee per blob gas = max value / blobgasperblob + 1
Expand Down

0 comments on commit 2d911cd

Please sign in to comment.