You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deposits less then min_collect amount never go to system wallets, even multiple when balance on deposit address is higher then minimal collection amount
#2739
Open
foraone opened this issue
Nov 11, 2020
· 2 comments
Problem 1. Lets assume we have minimal collection amount is 0.1 ETH and there are 2 deposit transactions for 0.055 ETH total amount on the deposit address will be 0.11 ETH which is more then limit, but that balance is not collected.
Problem 2. When I later transfer 0.2 ETH to the same deposit address, only 0.2 ETH is collected, but not 0.31 ETH (actual balance of the wallet)
Problem 3. In Peatio sates of first 2 transactions are "collected", so neither Peatio, nor Admin user can't see that those coins/tokens never landed to hot wallet. There is no way to collect remaining balance (even with PR for 2.5 with collection in API) of deposit address to Hot/Warm/Cold wallet because in system it is marked as collected.
Tested on Peatio 2.5
The text was updated successfully, but these errors were encountered:
foraone
changed the title
Deposits less then min_collect amount never go to system wallets even multiple
Deposits less then min_collect amount never go to system wallets, even multiple when balance on deposit address is higher then minimal collection amount
Nov 11, 2020
Problem 1. Lets assume we have minimal collection amount is 0.1 ETH and there are 2 deposit transactions for 0.055 ETH total amount on the deposit address will be 0.11 ETH which is more then limit, but that balance is not collected.
Problem 2. When I later transfer 0.2 ETH to the same deposit address, only 0.2 ETH is collected, but not 0.31 ETH (actual balance of the wallet)
Problem 3. In Peatio sates of first 2 transactions are "collected", so neither Peatio, nor Admin user can't see that those coins/tokens never landed to hot wallet. There is no way to collect remaining balance (even with PR for 2.5 with collection in API) of deposit address to Hot/Warm/Cold wallet because in system it is marked as collected.
Tested on Peatio 2.5
The text was updated successfully, but these errors were encountered: