Compare commits

..
2 Commits
Author SHA1 Message Date
Chris Troutner e6dcaa2f24 Merge pull request #34 from Permissionless-Software-Foundation/ct-unstable
fix(rate limits): Fixing hydrateUtxos rate limits
2020-09-28 20:24:43 -07:00
Chris Troutner 698ac38251 fix(rate limits): Fixing hydrateUtxos rate limits 2020-09-28 20:17:07 -07:00
+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.
}