Skip to content

Commit

Permalink
Merge pull request #3312 from jamshale/rekey-multitenancy
Browse files Browse the repository at this point in the history
Don't pass rekey to sub_wallet_profile
  • Loading branch information
dbluhm authored Nov 12, 2024
2 parents 829f024 + e59d275 commit 57a9def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acapy_agent/multitenant/single_wallet_askar_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ async def get_wallet_profile(
sub_wallet_settings = {
"wallet.recreate": False,
"wallet.seed": None,
"wallet.key": "",
"wallet.rekey": None,
"wallet.id": None,
"wallet.name": multitenant_wallet_name,
Expand Down

0 comments on commit 57a9def

Please sign in to comment.