bitcoindevkit/bdk-cli

Add command to delete saved wallet config

Ouverte

#310 ouverte le 4 août 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (94 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (138 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Describe the enhancement

The wallet config command stores the configuration information for a wallet in the config.toml file which is then reused on all subsequent wallet operations. However, there is no way to remove/delete a wallet configuration even when the wallet may no longer be needed.

Adding a command to delete a saved wallet configuration will help reduce the number of redundant wallet configurations and improve the amount of data saved in the config file.

Use case

  • This will allow users to clean up the wallet config file and remove redundant wallet configs.

Guide contributeur