Neptune-Crypto/neptune-core

Scan Mode is Alway Active

Aberta

#536 aberto em 27 de mar. de 2025

 (1 comentário) (0 reação) (0 responsável)Rust (45 forks)auto 404
buggood first issue

Métricas do repositório

Stars
 (110 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador