mirror of
https://github.com/status-im/github-oracle.git
synced 2026-08-27 09:51:10 +00:00
Set AbstractToken init parameters
This commit is contained in:
@@ -50,6 +50,8 @@ contract GitHubToken is CollaborationToken {
|
||||
}
|
||||
|
||||
function GitHubToken(string _repository, GitHubOracle _oracle) {
|
||||
setAttribute("name", _repository);
|
||||
setDecimalBase(0);
|
||||
oracle = _oracle;
|
||||
repository = _repository;
|
||||
sha3repository = sha3(_repository);
|
||||
|
||||
Reference in New Issue
Block a user