Skip to content

Commit

Permalink
Merge pull request #1556 from CounterpartyXCP/logs
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ouziel-slama authored Mar 25, 2024
2 parents be07de5 + 061cbb1 commit 3666787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterparty-lib/counterpartylib/lib/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def isodt(epoch_time):
'OPEN_BET': 'Opened bet %(tx_hash)s',
'BET_MATCH': 'Bet match %(tx0_index)s for %(forward_quantity)s XCP against %(backward_quantity)s XCP on %(feed_address)s',
'BET_EXPIRATION': 'Bet %(bet_hash)s expired',
'BET_MATCH_EXPIRATION': 'Bet match %(bet_hash)s expired',
'BET_MATCH_EXPIRATION': 'Bet match %(bet_match_id)s expired',
'BROADCAST': 'Broadcast %(tx_hash)s: %(text)s',
'BET_MATCH_RESOLUTON': 'Bet match %(bet_match_id)s resolved',
'BTC_PAY': 'BTC payment for order match %(order_match_id)s',
Expand Down

0 comments on commit 3666787

Please sign in to comment.