release: Freeze version 1 hdkeychain module.
This serves as the final release of version 1 of the hdkeychain module. All future releases will be moving to version 2 of the module. Since there have been no changes since the last release version, this merely removes the hdkeychain override in the root module and updates it so building the software will still produce binaries based on the v1 module until the v2 module is fully released.
This commit is contained in:
parent
99cc7266b6
commit
23d73d37ca
1
go.mod
1
go.mod
@ -52,7 +52,6 @@ replace (
|
||||
github.com/decred/dcrd/dcrutil => ./dcrutil
|
||||
github.com/decred/dcrd/fees => ./fees
|
||||
github.com/decred/dcrd/gcs => ./gcs
|
||||
github.com/decred/dcrd/hdkeychain => ./hdkeychain
|
||||
github.com/decred/dcrd/limits => ./limits
|
||||
github.com/decred/dcrd/lru => ./lru
|
||||
github.com/decred/dcrd/mempool/v2 => ./mempool
|
||||
|
||||
Loading…
Reference in New Issue
Block a user