From 11c5aad014d8d2ccb016deff50383df742d0097e Mon Sep 17 00:00:00 2001 From: Saliou Diallo Date: Wed, 17 Aug 2022 11:07:52 -0400 Subject: [PATCH] Update block error codes --- identity-service/src/routes/relay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-service/src/routes/relay.js b/identity-service/src/routes/relay.js index 00e35e32511..1f0ce7e5783 100644 --- a/identity-service/src/routes/relay.js +++ b/identity-service/src/routes/relay.js @@ -7,7 +7,7 @@ const { detectAbuse } = require('../utils/antiAbuse') const { getFeatureFlag, FEATURE_FLAGS } = require('../featureFlag') const models = require('../models') -const blockRelayAbuseErrorCodes = new Set(['0', '3', '8', '9', '10', '11']) +const blockRelayAbuseErrorCodes = new Set(['0', '8', '9', '10']) module.exports = function (app) { // TODO(roneilr): authenticate that user controls senderAddress somehow, potentially validate that