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.
Describe the enhancement
WalletConfigInnercontains thewalletfield 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
walletcan be removed in favor of the dictionary string identifier at the top level.