bitcoindevkit/bdk-cli

Add command to delete saved wallet config

开放

#310 创建于 2026年8月4日

 (0 条评论) (0 个反应) (0 位负责人)Rust (94 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (138 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南