Change Owner to Master of Ceremony

This commit is contained in:
phahulin 2017-11-29 19:23:25 +03:00 committed by GitHub
parent bf27319288
commit 9c5b040d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ var config = function () {
this.provider = new web3.providers.IpcProvider(this.ipcPath, net);
this.bootstrapUrl = "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css";
this.names = {
"${OWNER_ADDRESS}": "Owner",
"${OWNER_ADDRESS}": "Master of Ceremony",
};
}