mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 06:03:12 +00:00
fix: log message
This commit is contained in:
parent
1fe6354ac6
commit
a584d5e218
@ -26,7 +26,7 @@ class StepsStorage(StepsCommon):
|
|||||||
try:
|
try:
|
||||||
response = node.send_get_storage_block_request(query)
|
response = node.send_get_storage_block_request(query)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
logger.error(f"Exception while retrieving commitments: {ex}")
|
logger.error(f"Exception while retrieving storage block: {ex}")
|
||||||
raise
|
raise
|
||||||
|
|
||||||
return response
|
return response
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user