Skip to content

Commit 57a9def

Browse files
authored
Merge pull request openwallet-foundation#3312 from jamshale/rekey-multitenancy
Don't pass rekey to sub_wallet_profile
2 parents 829f024 + e59d275 commit 57a9def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acapy_agent/multitenant/single_wallet_askar_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ async def get_wallet_profile(
7474
sub_wallet_settings = {
7575
"wallet.recreate": False,
7676
"wallet.seed": None,
77+
"wallet.key": "",
7778
"wallet.rekey": None,
7879
"wallet.id": None,
7980
"wallet.name": multitenant_wallet_name,

0 commit comments

Comments
 (0)