fix subscripts for X and Y

pull/596/head
Dovydas Joksas 2024-01-27 20:20:14 +00:00 zatwierdzone przez GitHub
rodzic 63d7c26416
commit 06a11ae0c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -238,8 +238,8 @@ How `Batch payout` is divided between the recipients depends on their `split` an
For `fee=true` recipients $X_1, X_2, \ldots, X_m$ with splits $x_1, x_2, \ldots, x_m$ and `fee=false` recipients $Y_1, Y_2, \ldots, Y_n$ with splits $y_1, y_2, \ldots, y_n$:
1. Firstly, `fee=true` recipients $X_1, X_2, \ldots, X_n$ will receive $x_1\\%$, $x_2\\%$, $\ldots$, $x_n\\%$ of the total batch payout.
2. Then, the remaining amount will be distributed among `fee=false` recipients $Y_1, Y_2, \ldots, Y_m$ in the ratio $y_1 : y_2 : \ldots : y_m$.
1. Firstly, `fee=true` recipients $X_1, X_2, \ldots, X_m$ will receive $x_1\\%$, $x_2\\%$, $\ldots$, $x_m\\%$ of the total batch payout.
2. Then, the remaining amount will be distributed among `fee=false` recipients $Y_1, Y_2, \ldots, Y_n$ in the ratio $y_1 : y_2 : \ldots : y_n$.
#### Example 1: no fees, splits add up to 100