Skip to content

Commit

Permalink
don't log BLOCK_PARSED
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed May 29, 2024
1 parent 0cdf415 commit e34039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/lib/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def isodt(epoch_time):
"ORDER_MATCH_UPDATE": "Order match %(id)s updated. New status: %(status)s",
"RPS_MATCH_UPDATE": "Updated RPS match %(id)s. New status: %(status)s",
"RPS_UPDATE": "RPS %(tx_hash)s updated. New status: %(status)s",
"BLOCK_PARSED": "Block %(block_index)s parsed, ledger hash is %(ledger_hash)s and txlist hash is %(txlist_hash)s",
# "BLOCK_PARSED": "Block %(block_index)s parsed, ledger hash is %(ledger_hash)s and txlist hash is %(txlist_hash)s",
"TRANSACTION_PARSED": "Transaction %(tx_hash)s parsed. Supported: %(supported)s",
}

Expand Down

0 comments on commit e34039e

Please sign in to comment.