From f9a893dd1890f1662876b8f2571692f5eadd4af3 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Thu, 10 Jan 2019 08:34:04 +0530 Subject: [PATCH] RandomizeReader updated --- contracts/randomizeReader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}