From ad754440dcfe494af43f8aa07e59a499585362c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 23 Apr 2021 19:06:40 +0200 Subject: [PATCH] nonce --- client/netwrapper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/netwrapper.py b/client/netwrapper.py index 8a48d01..056fa26 100644 --- a/client/netwrapper.py +++ b/client/netwrapper.py @@ -60,6 +60,7 @@ class NetWrapper: # fos = { # 'type':'AUT', # 'source':self.network.own_addr, + # 'nonce': str # 'message': message # } # jsonmsg = json.dump(fos) @@ -82,6 +83,7 @@ class NetWrapper: # json = { # 'type':'CMD', # 'source':self.network.own_addr, + # 'nonce': str # 'message': message # } # message = json.dump()