aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulation/example_test.go
diff options
context:
space:
mode:
authorFerenc Szabo <frncmx@gmail.com>2019-01-06 18:58:57 +0800
committerViktor TrĂ³n <viktor.tron@gmail.com>2019-01-06 18:58:57 +0800
commitfe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4 (patch)
treea23d6d5014d1b81d60e741b15e4616d4f18116a7 /swarm/network/simulation/example_test.go
parent072c95fb74ac108e93207a8052e641cfaf863105 (diff)
downloadgo-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.tar
go-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.tar.gz
go-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.tar.bz2
go-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.tar.lz
go-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.tar.xz
go-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.tar.zst
go-tangerine-fe03b76ffe9f9d48b09f4d93f18fae1e5ad4c1f4.zip
A few minor code inspection fixes (#18393)
* swarm/network: fix code inspection problems - typos - redundant import alias * p2p/simulations: fix code inspection problems - typos - unused function parameters - redundant import alias - code style issue: snake case * swarm/network: fix unused method parameters inspections
Diffstat (limited to 'swarm/network/simulation/example_test.go')
-rw-r--r--swarm/network/simulation/example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/simulation/example_test.go b/swarm/network/simulation/example_test.go
index a100ede51..e9a360dfd 100644
--- a/swarm/network/simulation/example_test.go
+++ b/swarm/network/simulation/example_test.go
@@ -25,7 +25,7 @@ import (
// Every node can have a Kademlia associated using the node bucket under
// BucketKeyKademlia key. This allows to use WaitTillHealthy to block until
-// all nodes have the their Kadmlias healthy.
+// all nodes have the their Kademlias healthy.
func ExampleSimulation_WaitTillHealthy() {
log.Error("temporarily disabled as simulations.WaitTillHealthy cannot be trusted")