Remove extraneous id hashing (#7269)

* Remove extraenous id hashing

* Update with latest js-shared
This commit is contained in:
Jaco Greeff
2017-12-12 12:09:24 +01:00
committed by GitHub
parent 11b0cb8da8
commit 777bce8a13
8 changed files with 26 additions and 72 deletions

View File

@@ -28,8 +28,6 @@ function initProvider () {
if (appId === 'dapps') {
appId = path[2];
} else if (!Api.util.isHex(appId)) {
appId = Api.util.sha3(appId);
}
const ethereum = new Api.Provider.PostMessage(appId);