mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
rollback some changes
This commit is contained in:
parent
8cad3bdbb7
commit
b3b12743b0
1 changed files with 1 additions and 0 deletions
|
|
@ -2583,6 +2583,7 @@ func TestFillBlobTransaction(t *testing.T) {
|
|||
Value: (*hexutil.Big)(big.NewInt(1)),
|
||||
Blobs: []kzg4844.Blob{{}},
|
||||
Commitments: []kzg4844.Commitment{{}, {}},
|
||||
Proofs: []kzg4844.Proof{{}, {}},
|
||||
},
|
||||
err: `number of blobs and commitments mismatch (have=2, want=1)`,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue