nonce
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -60,6 +60,7 @@ class NetWrapper:
# fos = { # fos = {
# 'type':'AUT', # 'type':'AUT',
# 'source':self.network.own_addr, # 'source':self.network.own_addr,
# 'nonce': str
# 'message': message # 'message': message
# } # }
# jsonmsg = json.dump(fos) # jsonmsg = json.dump(fos)
@ -82,6 +83,7 @@ class NetWrapper:
# json = { # json = {
# 'type':'CMD', # 'type':'CMD',
# 'source':self.network.own_addr, # 'source':self.network.own_addr,
# 'nonce': str
# 'message': message # 'message': message
# } # }
# message = json.dump() # message = json.dump()