We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be2175 commit 3b99e97Copy full SHA for 3b99e97
packages/opal-client/opal_client/data/updater.py
@@ -423,7 +423,7 @@ async def wait_until_done(self):
423
424
@staticmethod
425
def calc_hash(data: JsonableValue) -> str:
426
- """Calculates a SHA-256 hash of the given data. If 'data' is not a
+ """Calculates a SHA-256 hash of the given data to be used to identify the updates (e.g. in logging reports on the transactions) . If 'data' is not a
427
string, it is first serialized to JSON. Returns an empty string on
428
failure.
429
0 commit comments