Closed 1rV1N-git closed 5 years ago
payee.address adress has paymentid, see function Payee, so we really only need only part of your change in this line:
if (row.payment_address in payeeObjects) return next(); // avoid doing payment for different pool types at the same time
Also likely moving "payeeObjects[payee.address] = payee;" line like you did (before if) make sense.
Can you please correct your PR?
@MoneroOcean this variant ok?
Thanks!
payee.address adress has paymentid, see function Payee, so we really only need only part of your change in this line:
if (row.payment_address in payeeObjects) return next(); // avoid doing payment for different pool types at the same time
Also likely moving "payeeObjects[payee.address] = payee;" line like you did (before if) make sense.
Can you please correct your PR?