seeds fix

This commit is contained in:
rigelrozanski
2017-03-03 01:27:41 -05:00
committed by Ethan Buchman
parent 8352ec4e5d
commit f5c4fdc82a
4 changed files with 11 additions and 11 deletions

View File

@ -24,7 +24,7 @@ type P2P interface {
NumPeers() (outbound, inbound, dialig int)
NodeInfo() *p2p.NodeInfo
IsListening() bool
DialSeeds([]string)
DialSeeds([]string) error
}
//----------------------------------------------