nvk / walletsrecovery.org

Information about wallet defaults for external recovery
https://walletsrecovery.org/
115 stars 96 forks source link

Fix DropBit derivation paths #208

Closed nikashitsa closed 7 months ago

nikashitsa commented 7 months ago

https://twitter.com/CoinNinjaCEO/status/1214985893322403843?s=20 image

Proof in code:

fun Wallet.isSegwit() = this.purpose == 84
fun Wallet.isLegacy() = this.purpose == 49

https://github.com/coinninjadev/dropbit-android/blob/d67d7c0b9cad27db94470231073c5d6cdda83cd0/app/src/main/java/com/coinninja/coinkeeper/model/db/Extensions.kt#L3-L4