fix: log message

This commit is contained in:
Roman 2025-04-08 14:18:55 +08:00
parent 1fe6354ac6
commit a584d5e218
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -26,7 +26,7 @@ class StepsStorage(StepsCommon):
try:
response = node.send_get_storage_block_request(query)
except Exception as ex:
logger.error(f"Exception while retrieving commitments: {ex}")
logger.error(f"Exception while retrieving storage block: {ex}")
raise
return response