File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) 2018-2024 The Decred developers
1+ // Copyright (c) 2018-2025 The Decred developers
22// Use of this source code is governed by an ISC
33// license that can be found in the LICENSE file.
44
@@ -24,6 +24,7 @@ import (
2424 "golang.org/x/sync/errgroup"
2525)
2626
27+ // Ensure Syncer implements the wallet.NetworkBackend interface.
2728var _ wallet.NetworkBackend = (* Syncer )(nil )
2829
2930// TODO: When using the Syncer as a NetworkBackend, keep track of in-flight
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ type xpubAddress struct {
270270 child uint32
271271}
272272
273+ // Ensure xpubAddress implements the BIP0044Address and stakeAddress interfaces.
273274var _ BIP0044Address = (* xpubAddress )(nil )
274275var _ stakeAddress = (* xpubAddress )(nil )
275276
You can’t perform that action at this time.
0 commit comments