Skip to content

Commit 803fe4d

Browse files
committed
Repair comment
1 parent 13ebe3b commit 803fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/web_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def total_ousd():
357357
return make_response(token_stats.total_ousd(), 200)
358358

359359
# do not remove
360-
# used by coinmarketcap.com to calculate total supply and circulating supply of OUSD
360+
# used by coinmarketcap.com to calculate total supply and circulating supply of OETH
361361
@app.route("/total-oeth", methods=["GET"], strict_slashes=False)
362362
@app.route("/<lang_code>/total-oeth", methods=["GET"], strict_slashes=False)
363363
def total_oeth():

0 commit comments

Comments
 (0)