-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move address definitions to payments package
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. The old wallet.KnownAddress interface is renamed to wallet.Address since it is no longer confused with the previous wallet.Address interface (which becomes a payments interface).
- Loading branch information
Showing
30 changed files
with
1,141 additions
and
823 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.