From 2d7929f1137b0a9468dc582e5b7f90a573ee2bfd Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 23 Sep 2020 14:39:24 -0300 Subject: [PATCH] fixme->TODO --- lbry/blockchain/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/blockchain/database.py b/lbry/blockchain/database.py index 1ce18b51b..baa68eab4 100644 --- a/lbry/blockchain/database.py +++ b/lbry/blockchain/database.py @@ -16,7 +16,7 @@ FILES = [ def make_short_url(r): try: - # fixme: we describe it as normalized but the old SDK didnt do that + # TODO: we describe it as normalized but the old SDK didnt do that name = r["name"].decode().replace("\x00", "") return f'{name}#{r["shortestID"] or r["claimID"][::-1].hex()[0]}' except UnicodeDecodeError: