Skip to content

Commit

Permalink
Merge pull request #46 from didx-xyz/issue45/passing_wallet_name
Browse files Browse the repository at this point in the history
Add params to query subwallets for multitenancy
  • Loading branch information
wip-abramson authored Jul 9, 2021
2 parents efe3abe + 161c56a commit 5013d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudcontroller/controllers/multitenant.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ async def query_subwallets(self, wallet_name: str = None):
if wallet_name:
params["wallet_name"] = wallet_name

return await self.admin_GET(f"{self.base_url}/wallets")
return await self.admin_GET(f"{self.base_url}/wallets", params=params)

0 comments on commit 5013d7a

Please sign in to comment.