Andrey

Results 2 issues of Andrey

Hi! I'm trying to test vuex actions like ``` async addEmail ({commit}, email) { commit('ADD_EMAIL_START') try { const resp = await this.$axios.$post('/users/addEmail', qs.stringify({ email })) commit('ADD_EMAIL_SUCCESSFUL') } catch (e) {...

enhancement
hacktoberfest
docs

This PR removes one operation in the balance/debt increase-related calculations. Also because of this opt it's no need to use `AccrueToTreasuryLocalVars` on the `_accrueToTreasury` function