rollback some changes

This commit is contained in:
georgehao 2025-03-26 15:43:19 +08:00
parent 8cad3bdbb7
commit b3b12743b0
No known key found for this signature in database

View file

@ -2583,6 +2583,7 @@ func TestFillBlobTransaction(t *testing.T) {
Value: (*hexutil.Big)(big.NewInt(1)), Value: (*hexutil.Big)(big.NewInt(1)),
Blobs: []kzg4844.Blob{{}}, Blobs: []kzg4844.Blob{{}},
Commitments: []kzg4844.Commitment{{}, {}}, Commitments: []kzg4844.Commitment{{}, {}},
Proofs: []kzg4844.Proof{{}, {}},
}, },
err: `number of blobs and commitments mismatch (have=2, want=1)`, err: `number of blobs and commitments mismatch (have=2, want=1)`,
}, },