Neptune-Crypto/neptune-core

Scan Mode is Alway Active

Aperta

#536 aperta il 27 mar 2025

 (1 commento) (0 reazioni) (0 assegnatari)Rust (45 fork)auto 404
buggood first issue

Metriche repository

Star
 (110 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor