You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@
21
21
importrandom
22
22
importhighlevelcrypto
23
23
importshared
24
-
fromdebugimportlogger
24
+
importhelper_startup
25
+
25
26
26
27
config=ConfigParser.SafeConfigParser()
27
28
myECCryptorObjects= {}
@@ -63,8 +64,6 @@
63
64
networkDefaultProofOfWorkNonceTrialsPerByte=320#The amount of work that should be performed (and demanded) per byte of the payload. Double this number to double the work.
64
65
networkDefaultPayloadLengthExtraBytes=14000#To make sending short messages a little more difficult, this value is added to the payload length for use in calculating the proof of work target.
0 commit comments