1
0

add more logging shortcuts

This commit is contained in:
ThomasV
2020-04-12 12:29:46 +02:00
parent 9a88c13b3d
commit 99f933401a
3 changed files with 3 additions and 0 deletions

View File

@@ -366,6 +366,7 @@ class LNWorker(Logger):
class LNGossip(LNWorker):
max_age = 14*24*3600
LOGGING_SHORTCUT = 'g'
def __init__(self, network):
seed = os.urandom(32)