Skip to content

Commit

Permalink
fix create-relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxwebdev committed Oct 4, 2018
1 parent 233e25f commit 47f3a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def do_push(self, txn, bulletin_secret):

class TxnBroadcaster(object):
@classmethod
def txn_broadcast_job(transaction):
def txn_broadcast_job(cls, transaction):
Peers.init()
for peer in Peers.peers:
try:
Expand Down

0 comments on commit 47f3a83

Please sign in to comment.