deso-protocol / frontend

DeSo frontend
MIT License
267 stars 135 forks source link

Setting Node Fees as Admin will break login as AUTHORIZE_DERIVED_KEY needs to stay at 0 #653

Closed carry2web closed 6 days ago

carry2web commented 6 days ago

As node Admin using the Node Fees UI, there is a possibility to add a fee to ALL transactions.

This code should however SKIP chnaging fees for transaction AUTHORIZE_DERIVED_KEY as that needs to stay at 0 to allow new users and logout/login to function.

Correct me if that is a wrong assumption, but we faced these issues when using that feature.

carry2web commented 6 days ago

Found the problem. Was related to fontkitawesome bug, which made whole UI for Admin invisible (no + no trashcan) Issue can be closed.