lbcd/addrmgr
dskloet e1b2ceca80 addrmgr: Remove unused param from GetAddress()
addrmgr.GetAddress() had a parameter `class string` originally intended
to support looking up addresses according to some type of filter such as
IPv4, IPv6, and only those which support specific wire.ServiceFlags
(full nodes, nodes that support bloom filters, nodes that support
segwit, etc). But currently the parameter is unused and also has an
inappropriate type `string`.

If it would ever be used, it's easy to add back and should then get an
appropriate type such as something that allows bitflags to be set so
that the caller could request combinations such as peers that support
IPv6, are full nodes, and support bloom filters.
2016-11-21 08:56:46 -06:00
..
addrmanager.go addrmgr: Remove unused param from GetAddress() 2016-11-21 08:56:46 -06:00
addrmanager_test.go addrmgr: Remove unused param from GetAddress() 2016-11-21 08:56:46 -06:00
cov_report.sh First round of address manager package refactor 2014-07-07 09:04:22 -05:00
doc.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
internal_test.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
knownaddress.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
knownaddress_test.go addrmgr/btcd: Updates for staticcheck results. 2016-11-03 11:29:08 -05:00
log.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
network.go multi: Remove unnecessary convs found by unconvert. 2016-11-03 11:59:38 -05:00
network_test.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
test_coverage.txt Add more reserved IP space to address manager. 2014-12-16 13:02:39 -05:00