fix(internal calls): Applying paid rate limits to internal calls

This commit is contained in:
Chris Troutner
2020-09-28 08:37:34 -07:00
parent 4d40a7cb01
commit 40f6b17d3b
+1
View File
@@ -129,6 +129,7 @@ class RateLimits {
origin &&
(origin.toString().indexOf('wallet.fullstack.cash') > -1 ||
origin.toString().indexOf('sandbox.fullstack.cash') > -1 ||
origin.toString().indexOf('172.17.') > -1 ||
origin === 'slp-api')
) {
pointsToConsume = 1