Update JNI with new root terminology
This commit is contained in:
@@ -34,12 +34,12 @@ public enum PeerRole {
|
||||
PEER_ROLE_LEAF,
|
||||
|
||||
/**
|
||||
* upstream node
|
||||
* moon root
|
||||
*/
|
||||
PEER_ROLE_UPSTREAM,
|
||||
PEER_ROLE_MOON,
|
||||
|
||||
/**
|
||||
* root server
|
||||
* planetary root
|
||||
*/
|
||||
PEER_ROLE_ROOT
|
||||
PEER_ROLE_PLANET
|
||||
}
|
||||
Reference in New Issue
Block a user