Commit a4cff0f0 authored by clabby's avatar clabby

nit: var formatting

Whoops
parent 43d50c87
......@@ -28,14 +28,14 @@ var (
ConfigUpdateEventVersion0 = common.Hash{}
)
// A left-padded uint256 equal to 32.
var OneWordUint = common.Hash{31: 32}
// 24 zero bytes (the padding for a uint64 in a 32 byte word)
var Uint64Padding = make([]byte, 24)
// 12 zero bytes (the padding for an Ethereum address in a 32 byte word)
var AddressPadding = make([]byte, 12)
var (
// A left-padded uint256 equal to 32.
OneWordUint = common.Hash{31: 32}
// 24 zero bytes (the padding for a uint64 in a 32 byte word)
Uint64Padding = make([]byte, 24)
// 12 zero bytes (the padding for an Ethereum address in a 32 byte word)
AddressPadding = make([]byte, 12)
)
var logger = log.New("derive", "system_config")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment