better route selection
This commit is contained in:
		@@ -1988,7 +1988,6 @@ impl SignedNodeInfo {
 | 
			
		||||
            SignedNodeInfo::Relayed(r) => r.timestamp,
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    pub fn node_info(&self) -> &NodeInfo {
 | 
			
		||||
        match self {
 | 
			
		||||
            SignedNodeInfo::Direct(d) => &d.node_info,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user