eoscostarica / evodex

Official Web Interface for Evolution DEX on EOS mainnet :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing authority of `evodextester`

xavier506 opened this issue · comments

Describe the bug
missing authority of evodextester account , even though i am logged in using the account demodemodemo

using the jungle testnet version of the app

To Reproduce
Steps to reproduce the behavior:

  1. Go to vote fee
  2. Enter percentage and click vote
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: iOS
  • Browser Chrome

This happens because when you create a token pair you can set yourself as the fee master, this is the case for evodextester and the EOSJUNG pair , so nobody else can vote on the fee except him.

I can add this parameter to the API so that we know who has control of setting the fee and correct the UI accordingly.

NOTE: This is not an issue on mainnet since we hard-coded the pairs we list and all of them have wevotethefee as a fee master, so we can set a low/medium priority to it.