diff --git a/packages/valory/connections/ledger/ledger_dispatcher.py b/packages/valory/connections/ledger/ledger_dispatcher.py index e673035510..daaf4eda60 100644 --- a/packages/valory/connections/ledger/ledger_dispatcher.py +++ b/packages/valory/connections/ledger/ledger_dispatcher.py @@ -287,9 +287,7 @@ async def get_transaction_receipt( attempts += 1 await asyncio.sleep(retry_timeout * attempts) - self.logger.debug( - f"Transaction receipt: {transaction_receipt}" - ) + self.logger.debug(f"Transaction receipt: {transaction_receipt}") attempts = 0 transaction = None