Skip to content

Commit

Permalink
Todo for subwallets
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Burdett <burdettadam@gmail.com>
  • Loading branch information
burdettadam committed Apr 4, 2022
1 parent 65ea610 commit d90c141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aries_cloudagent/multitenant/admin/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class CreateWalletRequestSchema(OpenAPISchema):
description="Key management method to use for this wallet.",
example=WalletRecord.MODE_MANAGED,
default=WalletRecord.MODE_MANAGED,
# TODO: add unmanaged mode once implemented
# MTODO: add unmanaged mode once implemented
validate=validate.OneOf((WalletRecord.MODE_MANAGED,)),
)

Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/wallet/models/wallet_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
wallet_id: str = None,
key_management_mode: str = None,
settings: dict = None,
# TODO: how to make this a tag without making it
# MTODO: how to make this a tag without making it
# a constructor param
wallet_name: str = None,
**kwargs,
Expand Down

0 comments on commit d90c141

Please sign in to comment.