DebugLinkWallet
abstraction is redundant
#460
Labels
tech-debt
A suboptimality that existed in code when it was written.
Milestone
The specifics of how to talk to a particular wallet over a debug transport, and what functionality is exposed by such an interface, is properly wallet-specific. While
hdwallet-core
has aDebugLinkWallet
abstraction, onlyhdwallet-keepkey
uses it and it's not immediately obvious that it would be applicable to anything else ever.DebugLinkWallet
.Fixed by #426.
The text was updated successfully, but these errors were encountered: