Neptune-Crypto/neptune-core

Scan Mode is Alway Active

Offen

#536 geöffnet am 27.03.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (45 Forks)auto 404
buggood first issue

Repository-Metriken

Stars
 (110 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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