Skip to content

Commit 2320774

Browse files
mailchuckPeterSurda
authored andcommitted
Constant in a separate file
str_broadcast_subscribers should not be specific to the main UI class
1 parent 9d2e114 commit 2320774

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bitmessageqt/utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import shared
55
from addresses import addBMIfNotPresent
66

7+
str_broadcast_subscribers = '[Broadcast subscribers]'
8+
79
def identiconize(address):
810
size = 48
911

0 commit comments

Comments
 (0)