mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
contracts/release: fix typo in comment
This commit is contained in:
parent
3e6faf83b9
commit
ce224987a1
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ contract ReleaseOracle {
|
|||
}
|
||||
}
|
||||
|
||||
// signers is an accessor method to retrieve all te signers (public accessor
|
||||
// signers is an accessor method to retrieve all the signers (public accessor
|
||||
// generates an indexed one, not a retrieve-all version).
|
||||
function signers() constant returns(address[]) {
|
||||
return voters;
|
||||
|
|
|
|||
Loading…
Reference in a new issue