nonce
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-04-23 19:06:40 +02:00
parent 31dee1b7d5
commit ad754440dc
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 0 deletions

View File

@ -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()