fix(rate limits): Fixing hydrateUtxos rate limits

This commit is contained in:
Chris Troutner
2020-09-28 20:17:07 -07:00
parent 7c66ce7f73
commit 698ac38251
+1 -1
View File
@@ -137,7 +137,7 @@ class RateLimits {
// Apply paid-access rate limits based on key/IP
if (key.toString().indexOf('172.17.') > -1) {
pointsToConsume = 0.1
pointsToConsume = 1
res.locals.pointsToConsume = pointsToConsume // Feedback for tests.
}