good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0b20b1a0 authored by LeoLiao's avatar LeoLiao Committed by Péter Szilágyi
Browse files

consensus/clique: fixed documentation copy-paste issue (#17137)

parent 4dbefc1f
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ func (api *API) GetSigners(number *rpc.BlockNumber) ([]common.Address, error) {
return snap.signers(), nil
}
// GetSignersAtHash retrieves the state snapshot at a given block.
// GetSignersAtHash retrieves the list of authorized signers at the specified block.
func (api *API) GetSignersAtHash(hash common.Hash) ([]common.Address, error) {
header := api.chain.GetHeaderByHash(hash)
if header == nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment