Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/paritytech/polkadot into …
…sp-eclipse-flooding
  • Loading branch information
sorpaas committed Jul 25, 2018
commit fcbb654cbd7d6bbbaabf0e83dace444ecd72fa2a
2 changes: 1 addition & 1 deletion substrate/network-libp2p/src/network_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ fn parse_and_add_to_node_store(
.add_addr(addr, Duration::from_secs(100000 * 365 * 24 * 3600)),
}

Ok(peer_id)
Ok(who)
}

/// Obtains or generates the local private key using the configuration.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.