fix tests unreachable code

This commit is contained in:
Nguyen Sy Thanh Son 2019-01-07 07:30:47 +00:00
parent 3aba8f4c26
commit 65ff031f16

View file

@ -212,7 +212,6 @@ func GetSignersFromContract(c *posv.Posv, addrBlockSigner common.Address, client
} else { } else {
return caddrs.([]common.Address), nil return caddrs.([]common.Address), nil
} }
return nil, nil
} }
// Get random from randomize contract. // Get random from randomize contract.