mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-09-10 20:36:23 -05:00
nasc: remove MAC check. MAC is allowed to be changed
This commit is contained in:
@@ -135,11 +135,6 @@ async function NASCMiddleware(request: express.Request, response: express.Respon
|
||||
response.status(200).send(nascError('102').toString());
|
||||
return;
|
||||
}
|
||||
|
||||
if (device.mac_hash !== macAddressHash) {
|
||||
response.status(200).send(nascError('102').toString());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// * Workaround for edge case on system transfers
|
||||
|
||||
Reference in New Issue
Block a user