|
|
|
@ -185,7 +185,7 @@ func makeTx(nonce uint64, gasTipCap uint64, gasFeeCap uint64, blobFeeCap uint64, |
|
|
|
|
return types.MustSignNewTx(key, types.LatestSigner(testChainConfig), blobtx) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// makeUnsignedTx is a utility method to construct a random blob tranasaction
|
|
|
|
|
// makeUnsignedTx is a utility method to construct a random blob transaction
|
|
|
|
|
// without signing it.
|
|
|
|
|
func makeUnsignedTx(nonce uint64, gasTipCap uint64, gasFeeCap uint64, blobFeeCap uint64) *types.BlobTx { |
|
|
|
|
return &types.BlobTx{ |
|
|
|
@ -391,7 +391,7 @@ func TestOpenDrops(t *testing.T) { |
|
|
|
|
id, _ := store.Put(blob) |
|
|
|
|
filled[id] = struct{}{} |
|
|
|
|
} |
|
|
|
|
// Insert a sequence of transactions with partially passed nonces to veirfy
|
|
|
|
|
// Insert a sequence of transactions with partially passed nonces to verify
|
|
|
|
|
// that the included part of the set will get dropped (case 4).
|
|
|
|
|
var ( |
|
|
|
|
overlapper, _ = crypto.GenerateKey() |
|
|
|
|