This commit is contained in:
Dmitri Bogomolov 2021-12-11 16:16:50 +02:00
parent bfe7dd16e9
commit ef2d005957
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -1134,7 +1134,7 @@ class BMRPCDispatcher(object):
queryreturn = sqlQuery(
"SELECT label FROM addressbook WHERE address=?", toAddress)
try:
toLabel, = queryreturn[0][0]
toLabel = queryreturn[0][0]
except IndexError:
pass