Skip to content

Commit

Permalink
Send cert in loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed May 28, 2018
1 parent 7304ad1 commit 3a7744a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/P2P-messages/UiWebsocketPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def handlePeerBroadcast(self, to, message, privatekey=None, peer_count=5, broadc
"hash": msg_hash,
"message": message,
"signed_by": all_message["signature"].split("|")[0] if all_message["signature"] else "",
"cert": all_message["cert"],
"broadcast": True
})

Expand All @@ -82,6 +83,7 @@ def handlePeerBroadcast(self, to, message, privatekey=None, peer_count=5, broadc
"hash": msg_hash,
"message": message,
"signed_by": all_message["signature"].split("|")[0] if all_message["signature"] else "",
"cert": all_message["cert"],
"broadcast": True
})

Expand Down

0 comments on commit 3a7744a

Please sign in to comment.