We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1dbde commit d409df2Copy full SHA for d409df2
1 file changed
golem_base_sdk/__init__.py
@@ -427,8 +427,8 @@ async def _process_golem_base_log_receipt(
427
case "GolemBaseStorageEntityBTLExtended":
428
extensions.append(
429
ExtendEntityReturnType(
430
- old_expiration_block=event_data["args"]["old_expirationBlock"],
431
- new_expiration_block=event_data["args"]["new_expirationBlock"],
+ old_expiration_block=event_data["args"]["oldExpirationBlock"],
+ new_expiration_block=event_data["args"]["newExpirationBlock"],
432
entity_key=EntityKey(
433
GenericBytes(
434
event_data["args"]["entityKey"].to_bytes(32, "big")
0 commit comments