Skip to content

Commit f03bdfb

Browse files
committed
Dirty quickfix for Bitmessage#1633
1 parent 731f756 commit f03bdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmessageqt/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def createAddressIfNeeded(myapp):
8888
if not checkHasNormalAddress():
8989
queues.addressGeneratorQueue.put((
9090
'createRandomAddress', 4, 1,
91-
SUPPORT_MY_LABEL.toUtf8(),
91+
str(SUPPORT_MY_LABEL.toUtf8()),
9292
1, "", False,
9393
defaults.networkDefaultProofOfWorkNonceTrialsPerByte,
9494
defaults.networkDefaultPayloadLengthExtraBytes

0 commit comments

Comments
 (0)