diff --git a/views/web_views.py b/views/web_views.py index d4f9bed87..b047ec364 100644 --- a/views/web_views.py +++ b/views/web_views.py @@ -357,7 +357,7 @@ def total_ousd(): return make_response(token_stats.total_ousd(), 200) # do not remove -# used by coinmarketcap.com to calculate total supply and circulating supply of OUSD +# used by coinmarketcap.com to calculate total supply and circulating supply of OETH @app.route("/total-oeth", methods=["GET"], strict_slashes=False) @app.route("//total-oeth", methods=["GET"], strict_slashes=False) def total_oeth():