lnd.xprv/lntest
Olaoluwa Osuntokun 2154ec130f
lntest: add new LookUpNodeByPub method to lookup active nodes by pubkey
In this commit, we add a new helper function to the NetworkHarness
struct. This helper function serves to allow test authors to look up
pointer to an active node based on its current public key.

Each time a new node is started, its public key will be re-registered
within the global nodesByPub map.
2017-12-21 11:33:04 +01:00
..
doc.go lntest: Add doc.go with package documentation. 2017-12-14 20:06:23 -08:00
harness.go lntest: add new LookUpNodeByPub method to lookup active nodes by pubkey 2017-12-21 11:33:04 +01:00
node.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00