updated whitepaper and allow reading of old encrypted blocks
This commit is contained in:
parent
14e9332b90
commit
9a728fb1f2
3 changed files with 25 additions and 4 deletions
|
@ -670,7 +670,7 @@ class OnionrCommunicatorTimers:
|
|||
self.daemonInstance.threadCounts[self.timerFunction.__name__] = 0
|
||||
|
||||
# execute thread if it is time, and we are not missing *required* online peer
|
||||
if self.count == self.frequency:
|
||||
if self.count == self.frequency and not self.daemonInstance.shutdown:
|
||||
try:
|
||||
if self.requiresPeer and len(self.daemonInstance.onlinePeers) == 0:
|
||||
raise onionrexceptions.OnlinePeerNeeded
|
||||
|
|
|
@ -1 +1 @@
|
|||
yjlbrt6ins7rhacaapk4a4rfwf3dqh55merbaobxd7qumuok6j6vd7yd.onion
|
||||
3xudvnmedfkkw6zisfrmm76ovrnmcil3hmah7kcxruv37glxizfxiuqd.onion
|
Loading…
Add table
Add a link
Reference in a new issue