File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
cmd/devp2p/internal/ethtest Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 40
40
DisablePointerAddresses : true ,
41
41
SortKeys : true ,
42
42
}
43
- timeout = 3 * time .Second
43
+ timeout = 2 * time .Second
44
44
)
45
45
46
46
// dial attempts to dial the given node and perform a handshake, returning the
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
23
23
type txMetadata struct {
24
24
id uint64 // the billy id of transction
25
- size uint64 // the RLP encoded size of transaction (blobs are excluded )
25
+ size uint64 // the RLP encoded size of transaction (blobs are included )
26
26
}
27
27
28
28
// lookup maps blob versioned hashes to transaction hashes that include them,
Original file line number Diff line number Diff line change @@ -99,10 +99,6 @@ type Claim [32]byte
99
99
// useCKZG controls whether the cryptography should use the Go or C backend.
100
100
var useCKZG atomic.Bool
101
101
102
- func init () {
103
- UseCKZG (true )
104
- }
105
-
106
102
// UseCKZG can be called to switch the default Go implementation of KZG to the C
107
103
// library if for some reason the user wishes to do so (e.g. consensus bug in one
108
104
// or the other).
You can’t perform that action at this time.
0 commit comments