Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-857: client not getting response on forwarded requests (request e…
Browse files Browse the repository at this point in the history
…nv.sender must be populated)
  • Loading branch information
isabelsavannah committed Dec 4, 2018
1 parent bf95b9c commit cab11d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/crud
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def send_request(node, uuid, msg, loop=False, ws=None):
if use_pbft:
msg_outer = bluzelle_pb2.bzn_envelope()
msg_outer.database_msg = msg.db.SerializeToString()
msg_outer.sender = "crud script"

ws.send_binary(msg_outer.SerializeToString())

Expand Down

0 comments on commit cab11d7

Please sign in to comment.