desmos-labs / mooncake

The first decentralized social app based on Desmos
MIT License
46 stars 14 forks source link

Automatic funding is not working properly #84

Closed RiccardoM closed 4 years ago

RiccardoM commented 4 years ago
## Generic information - OS name and version: iOS/Android - Application build code: `4102` - Network type (mobile/Wi-Fi): Both ## Bug description Currently, the request for new funds is done only when the available amount inside the wallet is less than 1 token. However, if the user has `0.10 daric` in his wallet, he will not be able to create new posts (since it's less than `0.20 daric`). This will put him in a state from which more funds will not be asked and from which he cannot create new posts. ## Steps to reproduce 1. Register an account 2. Get down to `0.10 daric` (edit your account, create 2 posts and add 3 likes). 3. Try creating a post. The post will never be created. ## Expected behavior The ask for funding should be proportional based on the number of actions that the user is doing per transaction, not based on a predefined value.