mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: log message
This commit is contained in:
parent
1fe6354ac6
commit
a584d5e218
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user