java code still needed to reflect PEER_ROLE_RELAY rename to PEER_ROLE_UPSTREAM
This commit is contained in:
@@ -34,9 +34,9 @@ public enum PeerRole {
|
||||
PEER_ROLE_LEAF,
|
||||
|
||||
/**
|
||||
* relay node
|
||||
* upstream node
|
||||
*/
|
||||
PEER_ROLE_RELAY,
|
||||
PEER_ROLE_UPSTREAM,
|
||||
|
||||
/**
|
||||
* root server
|
||||
|
||||
Reference in New Issue
Block a user