diff --git a/contracts/utils.go b/contracts/utils.go index 991f71bd6a..5e353e2616 100644 --- a/contracts/utils.go +++ b/contracts/utils.go @@ -212,7 +212,6 @@ func GetSignersFromContract(c *posv.Posv, addrBlockSigner common.Address, client } else { return caddrs.([]common.Address), nil } - return nil, nil } // Get random from randomize contract.