eg. for moving assets to your personal wallet, there is just a fee in the crypto currency.
eg. for some market places, you pay the fees in crypto or in fiat currency.
eg. for moving assets to your personal wallet, there is just a fee in the crypto currency.
eg. for some market places, you pay the fees in crypto or in fiat currency.
see #24
https://github.com/tpokorra/walletmonitor/blob/main/apps/transactions/models.py
we currently have these columns:
* amount_before_fee (crypto)
* amount_after_fee (crypto)
* amount (fiat)
It would be good to change this to:
* amount_crypto
* amount_fiat
* fee_crypto
* fee_fiat
see data migration: https://docs.djangoproject.com/en/3.2/topics/migrations/#data-migrations
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
eg. for moving assets to your personal wallet, there is just a fee in the crypto currency.
eg. for some market places, you pay the fees in crypto or in fiat currency.
see #24
https://github.com/tpokorra/walletmonitor/blob/main/apps/transactions/models.py
we currently have these columns:
It would be good to change this to:
see data migration: https://docs.djangoproject.com/en/3.2/topics/migrations/#data-migrations