Skip to content

Commit

Permalink
more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 25, 2024
1 parent 828c76a commit 4cf3fcd
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 @@ -102,7 +102,7 @@ def isodt(epoch_time):
'ORDER_MATCH': 'Order match %(id)s for %(forward_quantity)s %(forward_asset)s against %(backward_quantity)s %(backward_asset)s',
'OPEN_RPS': 'Player %(source)s opened RPS game with %(possible_moves)s possible moves and a wager of %(wager)s XCP',
'RPS_MATCH': 'RPS match %(id)s for %(tx0_address)s against %(tx1_address)s with a wager of %(wager)s XCP',
'RPS_EXPIRATION': 'RPS %(tx_hash)s expired',
'RPS_EXPIRATION': 'RPS %(rps_hash)s expired',
'RPS_MATCH_EXPIRATION': 'RPS match %(rps_match_id)s expired',
'RPS_RESOLVE': 'RPS %(tx_hash)s resolved',
'ASSET_TRANSFER': 'Asset %(asset)s transferred to %(issuer)s',
Expand Down

0 comments on commit 4cf3fcd

Please sign in to comment.