Ensumer correcly encoded address in json (#134)

This commit is contained in:
Jaco Greeff
2019-05-24 13:15:30 +02:00
committed by GitHub
parent 55dad6093b
commit 72f5614f5d
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
},
"devDependencies": {
"@polkadot/keyring": "^0.91.1",
"@polkadot/types": "^0.79.1",
"@polkadot/types": "^0.80.0-beta.2",
"@polkadot/util": "^0.91.1"
},
"peerDependencies": {
@@ -39,7 +39,10 @@ export default function genericSubject (keyCreator: (address: string) => string,
current = { ...current };
current[address] = {
json,
json: {
...json,
address
},
option: createOptionItem(address, json.meta.name, !json.meta.isRecent)
};
+1 -1
View File
@@ -12,7 +12,7 @@
"@babel/runtime": "^7.4.5"
},
"devDependencies": {
"@polkadot/types": "^0.79.1"
"@polkadot/types": "^0.80.0-beta.2"
},
"peerDependencies": {
"@polkadot/types": "*"