We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731f756 commit f03bdfbCopy full SHA for f03bdfb
src/bitmessageqt/support.py
@@ -88,7 +88,7 @@ def createAddressIfNeeded(myapp):
88
if not checkHasNormalAddress():
89
queues.addressGeneratorQueue.put((
90
'createRandomAddress', 4, 1,
91
- SUPPORT_MY_LABEL.toUtf8(),
+ str(SUPPORT_MY_LABEL.toUtf8()),
92
1, "", False,
93
defaults.networkDefaultProofOfWorkNonceTrialsPerByte,
94
defaults.networkDefaultPayloadLengthExtraBytes
0 commit comments