Minor Fix

This commit is contained in:
Shivam Sharma 2022-02-16 00:28:34 +05:30 committed by Victor Castell
parent 4e6d323382
commit e496afb98c

View file

@ -54,7 +54,7 @@ type BlockSigners struct {
// GetSnapshotProposerSequence retrieves the in-turn signers of all sprints in a span
func (api *API) GetSnapshotProposerSequence(number *rpc.BlockNumber) (BlockSigners, error) {
*number -= 1
var difficulties = make(map[common.Address]uint64)
snap, err := api.GetSnapshot(number)
if err != nil {