Skip to content
Snippets Groups Projects
Commit 74193210 authored by Éloïs's avatar Éloïs
Browse files

[fix] #1148 change headsMap key : puybkey -> ws2pFullId

parent fca5d990
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ module.exports = ($scope, Webmin, heads, info, ws) => { ...@@ -24,7 +24,8 @@ module.exports = ($scope, Webmin, heads, info, ws) => {
blockstamp = sp[3] blockstamp = sp[3]
uid = value.uid uid = value.uid
} }
headsMap[pubkey] = { let ws2pFullId = pubkey+"-"+ws2pId
headsMap[ws2pFullId] = {
blockstamp, uid, ws2pId, software, softVersion, prefix blockstamp, uid, ws2pId, software, softVersion, prefix
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment