Neptune-Crypto/neptune-core

Scan Mode is Alway Active

开放

#536 创建于 2025年3月27日

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

仓库指标

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

描述

Scan mode is supposed to be active if (any of):

  • the wallet is imported
  • --scan-keys is used
  • --scan-blocks is used.

It looks like the test for the first condition is faulty and as a result, scan mode is always active. Let's fix it.

贡献者指南