We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, if you search a friend, you need to know ESSE ID and PeerID. How about only use PeerID ?
ESSE ID
PeerID
chamomile
stop network
restart network
TDN
use new ID (string)
pub fn id(peer: &tdn_types::primitive::PeerId) -> String { bs32::encode(&peer.0) }
The text was updated successfully, but these errors were encountered:
I think it works well.
Sorry, something went wrong.
No branches or pull requests
Now, if you search a friend, you need to know
ESSE ID
andPeerID
.How about only use
PeerID
?Advantages
Disadvantages
PeerID
)Step
chamomile
supportstop network
,restart network
, andTDN
also addHow
use new ID (string)
The text was updated successfully, but these errors were encountered: