Neptune-Crypto/neptune-core

Scan Mode is Alway Active

Open

#536 opened on Mar 27, 2025

 (1 comment) (0 reactions) (0 assignees)Rust (45 forks)auto 404
buggood first issue

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide