diff --git a/contracts/randomizeReader.go b/contracts/randomizeReader.go index 8f09db511c..173e82afbb 100644 --- a/contracts/randomizeReader.go +++ b/contracts/randomizeReader.go @@ -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 -} \ No newline at end of file +}