We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec2f33 commit 77a31b1Copy full SHA for 77a31b1
src/utils/minMaxQueue/index.ts
@@ -13,7 +13,7 @@ export const createMinMaxQueue = ({
13
config,
14
keyPrefix
15
}: { config: AltoConfig; keyPrefix: string }): MinMaxQueue => {
16
- if (config.redisMempoolUrl) {
+ if (config.redisGasPriceQueueUrl) {
17
return createRedisMinMaxQueue({
18
19
0 commit comments