BlockchainCommons / BlockchainCommons/keytool-cli
BUG: Need correct output-descriptor when --full-address-derivation-path is set
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 6
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
/usr/local/bin/keytool --seed MYSEED --full-address-derivation-path m//48h/0h/0h/2h output-descriptor
```
results in
````
wpkh([feebfc32/84h/0h/0h]xpubWRONGXPUB)
````
What I want is
```
wpkh([feebfc32/84h/0h/0h]xpubCORRECTXPUB)
```
Guía de contribución
Línea de trabajo
Reproduce the shown keytool command and trace how --full-address-derivation-path is handled when output-descriptor is requested. Compare the derivation path used for the displayed xpub with the requested path; done means the command emits the expected descriptor and the behavior is covered by a regression test.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- cpp
- Área
- cli, cryptography
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100