Skip to content

Commit f185699

Browse files
authored
Merge branch 'master' into unused-deps
2 parents a98110d + 503b136 commit f185699

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

protocols/kad/src/behaviour/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)