undo hard-coded data
This commit is contained in:
committed by
Bogdan-Ștefan Neacșu
parent
4d2974e383
commit
e380da4ba2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user