stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

Bug with sep6 deposit #713

Open nikita-gorodeckij opened 8 months ago

nikita-gorodeckij commented 8 months ago

Here you check if fee function has been changed: https://github.com/stellar/django-polaris/blob/v2.3.9/polaris/sep6/deposit.py#L190

But if it was changed there is no any way to set fee

Withdrawals with sep6 have better solution: https://github.com/stellar/django-polaris/blob/v2.3.9/polaris/sep6/withdraw.py#L339

I think you should make the same solution for deposits