Skip to content

Commit

Permalink
Don't pass rekey to sub_wallet_profile
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Hale <[email protected]>
  • Loading branch information
jamshale authored and dbluhm committed Nov 12, 2024
1 parent 829f024 commit e59d275
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 e59d275

Please sign in to comment.