opendax icon indicating copy to clipboard operation
opendax copied to clipboard

how manually collect deposit

Open counos opened this issue 4 years ago • 1 comments

Hello,

When there is some issue to collect automatically deposits ( Ether and Tokens ) how can manually collect this deposit?

counos avatar Aug 04 '20 05:08 counos

Hello,

When there is some issue to collect automatically deposits ( Ether and Tokens ) how can manually collect this deposit?

Hi, you can actually manually collect a deposit like so in peatio rails console

docker exec peatio bundle exec rails c Deposit.find(*deposit_id*).collect!

alinetskyi avatar Oct 28 '20 21:10 alinetskyi