File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
protocols/kad/src/behaviour Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
9797- [ OpenMina] ( https://github.com/openmina/openmina ) - In-browser Mina Rust implementation.
9898- [ rust-ipfs] ( https://github.com/rs-ipfs/rust-ipfs ) - IPFS implementation in Rust.
9999- [ Safe Network] ( https://github.com/maidsafe/safe_network ) - Safe Network implementation in Rust.
100+ - [ SQD Network] ( https://github.com/subsquid/sqd-network ) - A decentralized storage for Web3 data.
100101- [ Starcoin] ( https://github.com/starcoinorg/starcoin ) - A smart contract blockchain network that scales by layering.
101102- [ Subspace] ( https://github.com/subspace/subspace ) - Subspace Network reference implementation
102103- [ Substrate] ( https://github.com/paritytech/substrate ) - Framework for blockchain innovation,
Original file line number Diff line number Diff line change @@ -1381,7 +1381,7 @@ fn network_behaviour_on_address_change() {
13811381 port_use : PortUse :: Reuse ,
13821382 } ;
13831383
1384- // Mimick a connection being established.
1384+ // Mimic a connection being established.
13851385 kademlia. on_swarm_event ( FromSwarm :: ConnectionEstablished ( ConnectionEstablished {
13861386 peer_id : remote_peer_id,
13871387 connection_id,
@@ -1403,7 +1403,7 @@ fn network_behaviour_on_address_change() {
14031403 . unwrap( )
14041404 . is_empty( ) ) ;
14051405
1406- // Mimick the connection handler confirming the protocol for
1406+ // Mimic the connection handler confirming the protocol for
14071407 // the test connection, so that the peer is added to the routing table.
14081408 kademlia. on_connection_handler_event (
14091409 remote_peer_id,
You can’t perform that action at this time.
0 commit comments