dcrwallet icon indicating copy to clipboard operation
dcrwallet copied to clipboard

Move address definitions to payments package

Open jrick opened this issue 5 years ago • 0 comments

The wallet.NetworkBackend interface is now able to use dcrwallet's own Address interface rather than using dcrutil in the definition. This required moving the interfaces and several implementations to be moved from the wallet package to a new payments package to avoid a package import cycle.

jrick avatar Aug 18 '20 14:08 jrick