multi: Fix two minor typos
This commit is contained in:
parent
3e702f09ec
commit
61414df669
@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/roasbeef/btcutil"
|
"github.com/roasbeef/btcutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Config couples all the items that that an autopilot agent needs to function.
|
// Config couples all the items that an autopilot agent needs to function.
|
||||||
// All items within the struct MUST be populated for the Agent to be able to
|
// All items within the struct MUST be populated for the Agent to be able to
|
||||||
// carry out its duties.
|
// carry out its duties.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -31,7 +31,7 @@ type addressType uint8
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// noAddr denotes a blank address. An address of this type indicates
|
// noAddr denotes a blank address. An address of this type indicates
|
||||||
// that a node doesn't have any advertise d addresses.
|
// that a node doesn't have any advertised addresses.
|
||||||
noAddr addressType = 0
|
noAddr addressType = 0
|
||||||
|
|
||||||
// tcp4Addr denotes an IPv4 TCP address.
|
// tcp4Addr denotes an IPv4 TCP address.
|
||||||
|
Loading…
Reference in New Issue
Block a user