mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
RandomizeReader updated
This commit is contained in:
parent
b15708af5b
commit
f9a893dd18
1 changed files with 1 additions and 1 deletions
|
|
@ -34,4 +34,4 @@ func GetOpening(statedb *state.StateDB, address common.Address) [32]byte {
|
|||
locOpening := getLocMappingAtKey(address.Hash(), slot)
|
||||
ret := statedb.GetState(common.HexToAddress(common.RandomizeSMC), common.BigToHash(locOpening))
|
||||
return ret
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue