undo hard-coded data

This commit is contained in:
fmtabbara
2021-12-06 15:32:09 +00:00
committed by Bogdan-Ștefan Neacșu
parent 4d2974e383
commit e380da4ba2
+1 -1
View File
@@ -19,7 +19,7 @@ export const useCheckOwnership = () => {
const ownsMixnode = await checkMixnodeOwnership()
const ownsGateway = await checkGatewayOwnership()
if (true) {
if (ownsMixnode) {
status.hasOwnership = true
status.nodeType = EnumNodeType.mixnode
}