Fix lint errors.

This commit is contained in:
Arijit Das 2021-06-25 10:16:41 +05:30
parent bc2280b654
commit 4f627f614f

View File

@ -40,7 +40,6 @@ var (
emptyStorage = make([]sdtypes.StorageNode, 0) emptyStorage = make([]sdtypes.StorageNode, 0)
block0, block1, block2, block3, block4, block5, block6 *types.Block block0, block1, block2, block3, block4, block5, block6 *types.Block
builder statediff.Builder builder statediff.Builder
miningReward = int64(2000000000000000000)
minerAddress = common.HexToAddress("0x0") minerAddress = common.HexToAddress("0x0")
minerLeafKey = testhelpers.AddressToLeafKey(minerAddress) minerLeafKey = testhelpers.AddressToLeafKey(minerAddress)