Skip to content

Commit 3b99e97

Browse files
danyi1212orweis
andauthored
Update packages/opal-client/opal_client/data/updater.py
Co-authored-by: Or Weis <[email protected]>
1 parent 8be2175 commit 3b99e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opal-client/opal_client/data/updater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ async def wait_until_done(self):
423423

424424
@staticmethod
425425
def calc_hash(data: JsonableValue) -> str:
426-
"""Calculates a SHA-256 hash of the given data. If 'data' is not a
426+
"""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
427427
string, it is first serialized to JSON. Returns an empty string on
428428
failure.
429429

0 commit comments

Comments
 (0)