mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +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 {
|
} else {
|
||||||
return caddrs.([]common.Address), nil
|
return caddrs.([]common.Address), nil
|
||||||
}
|
}
|
||||||
return nil, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get random from randomize contract.
|
// Get random from randomize contract.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue