Skip to content
Snippets Groups Projects

Resolve "Change protocole : allowing certification replay before expiry (BR_G44.2)"

3 files
+ 0
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
2
@@ -87,8 +87,6 @@ impl<'de> Deserialize<'de> for NodeId {
pub enum NewLinkResult {
/// Certification worked.
Ok(usize),
/// This certification already exist.
AlreadyCertified(usize),
/// All available certifications has been used.
AllCertificationsUsed(usize),
/// Unknown source.
Loading