mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
server: Fix struct name mismatch
This commit is contained in:
parent
cff30e1d23
commit
badf5453e9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ func (oa *onionAddr) Network() string {
|
||||||
// Ensure onionAddr implements the net.Addr interface.
|
// Ensure onionAddr implements the net.Addr interface.
|
||||||
var _ net.Addr = (*onionAddr)(nil)
|
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 {
|
type simpleAddr struct {
|
||||||
net, addr string
|
net, addr string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue