From 318a130d588af63f22b2b5883c1c5138796de89f Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 26 Aug 2022 15:21:45 +0200 Subject: [PATCH] Update PAYOUTS.md --- docs/PAYOUTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PAYOUTS.md b/docs/PAYOUTS.md index 7b0bcb6..6e1324f 100644 --- a/docs/PAYOUTS.md +++ b/docs/PAYOUTS.md @@ -38,7 +38,7 @@ After payout session, payment module will perform `BGSAVE` (background saving) o If your payout is not logged and not confirmed by Ethereum network you can resolve it automatically. You need to payouts in maintenance mode by setting up `RESOLVE_PAYOUT=1` or `RESOLVE_PAYOUT=True` environment variable: -`RESOLVE_PAYOUT=1 ./build/bin/open-etc-pool-friends payouts.json`. +`RESOLVE_PAYOUT=1 ./build/bin/open-etc-pool-friends api.json`. Payout module will fetch all rows from Redis with key `eth:payments:pending` and credit balance back to miners. Usually you will have only single entry there.