mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
trie/utils: gofmt
This commit is contained in:
parent
180edc9538
commit
484cf2d451
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ func CodeSizeKey(address []byte) []byte {
|
||||||
|
|
||||||
func codeChunkIndex(chunk *uint256.Int) (*uint256.Int, byte) {
|
func codeChunkIndex(chunk *uint256.Int) (*uint256.Int, byte) {
|
||||||
var (
|
var (
|
||||||
chunkOffset = new(uint256.Int).Add(codeOffset, chunk)
|
chunkOffset = new(uint256.Int).Add(codeOffset, chunk)
|
||||||
treeIndex, subIndexMod = new(uint256.Int).DivMod(chunkOffset, verkleNodeWidth, new(uint256.Int))
|
treeIndex, subIndexMod = new(uint256.Int).DivMod(chunkOffset, verkleNodeWidth, new(uint256.Int))
|
||||||
)
|
)
|
||||||
var subIndex byte
|
var subIndex byte
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue