Skip to content

Remove "wallet" field from WalletConfigInner #332

Description

@nymius

Describe the enhancement
WalletConfigInner contains the wallet field which contains the wallet name. But the config is also indexed by the wallet's name, and the output of the list wallet command is something like:

{
   "wallet_name": {
      "wallet": "wallet_name",
      ...
   }
   ...
}

I think wallet can be removed in favor of the dictionary string identifier at the top level.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    • Status
      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions