summaryrefslogtreecommitdiff
path: root/autofeur_db/src/trie.rs
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-11-13 08:11:08 +0400
committerGitHub <noreply@github.com>2024-11-13 08:11:08 +0400
commit043f399a91df125eb03616a9f8011e4a06c4f881 (patch)
tree5f657730718a7f871a5268fd1871dab658b1c548 /autofeur_db/src/trie.rs
parentbb027f19a6fc68028f7d8fcf25ec6610afce9990 (diff)
parent9b175cf5d354fc67be50527bf37477a02c3cccd3 (diff)
Merge pull request #15 from maxchrr/main
Hotfix: disable shoudReply in ignored channels
Diffstat (limited to 'autofeur_db/src/trie.rs')
-rw-r--r--autofeur_db/src/trie.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/autofeur_db/src/trie.rs b/autofeur_db/src/trie.rs
index 2359d2d..fbd392a 100644
--- a/autofeur_db/src/trie.rs
+++ b/autofeur_db/src/trie.rs
@@ -125,7 +125,7 @@ impl<'a> Trie<'a> {
.iter()
.nth(weighted.sample(&mut rng))
.expect("choosed value did not exist");
- println!("waling into node {}", key);
+ println!("walking into node {}", key);
current_node = node;
builder += key;