mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
fix tests unreachable code
This commit is contained in:
parent
3aba8f4c26
commit
65ff031f16
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue