Skip to content

Commit 14e54bb

Browse files
committed
Fix the method
1 parent 440f93e commit 14e54bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aries_cloudagent/ledger/besu_vdr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def fetch_schema_by_seq_no(self, seq_no: int) -> dict:
152152
LOGGER.error("SeqNo not available on Besu VDR")
153153
raise NotImplementedError
154154

155-
def credential_definition_id2schema_id(self, cred_def_id: str) -> str:
155+
async def credential_definition_id2schema_id(self, cred_def_id: str) -> str:
156156
"""Get schema id. Just regex, no need to search the ledger for this."""
157157

158158
schema_id = cred_def_id.split("CLAIM_DEF/")[1].split("/")

0 commit comments

Comments
 (0)