light: enforce camel case variable names (#19054)
This commit is contained in:
committed by
Péter Szilágyi
parent
a8ddf7ad83
commit
325334f61a
@ -28,7 +28,7 @@ import (
|
||||
"github.com/ethereum/go-ethereum/rlp"
|
||||
)
|
||||
|
||||
var sha3_nil = crypto.Keccak256Hash(nil)
|
||||
var sha3Nil = crypto.Keccak256Hash(nil)
|
||||
|
||||
func GetHeaderByNumber(ctx context.Context, odr OdrBackend, number uint64) (*types.Header, error) {
|
||||
db := odr.Database()
|
||||
|
Reference in New Issue
Block a user