Skip to content

Commit

Permalink
Update webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDubath authored Nov 27, 2019
1 parent eabbce0 commit a4c814b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def buildWebhookMessage(transaction, server_name):

def sendWebhook(url, message, transaction):

private_key_path =''
public_key_url ='https://...'
private_key_path ='../ComChain/comchainwebhook_rsa'
public_key_url ='https://com-chain.org/comchainwebhook_rsa.pub'

json_message = json.dumps(message)

Expand Down

0 comments on commit a4c814b

Please sign in to comment.