We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68408d1 commit 2985f5dCopy full SHA for 2985f5d
1 file changed
acapy_agent/anoncreds/default/legacy_indy/recover.py
@@ -392,8 +392,6 @@ async def fix_ledger_entry(
392
393
if isinstance(ledger_response, dict) and "result" in ledger_response:
394
applied_txn = ledger_response["result"]
395
-
396
- # Update the local wallets rev reg entry with the new accumulator value
397
rev_list_value_json = rev_list.value_json
398
rev_list_value_json["rev_list"]["currentAccumulator"] = applied_txn[
399
"txn"
0 commit comments