OSDN Git Service

feat: add node discovery and status check (#374)
[bytom/vapor.git] / netsync / chainmgr / tool_test.go
index 1905e11..9e4bf63 100644 (file)
@@ -51,6 +51,10 @@ func (p *P2PPeer) IsLAN() bool {
        return false
 }
 
+func (p *P2PPeer) Moniker() string {
+       return ""
+}
+
 func (p *P2PPeer) RemoteAddrHost() string {
        return ""
 }