mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
server: Fix struct name mismatch
This commit is contained in:
parent
cff30e1d23
commit
badf5453e9
@ -94,7 +94,7 @@ func (oa *onionAddr) Network() string {
|
||||
// Ensure onionAddr implements the net.Addr interface.
|
||||
var _ net.Addr = (*onionAddr)(nil)
|
||||
|
||||
// onionAddr implements the net.Addr interface with two struct fields
|
||||
// simpleAddr implements the net.Addr interface with two struct fields
|
||||
type simpleAddr struct {
|
||||
net, addr string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user