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
@@ -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)
};