diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-11-13 08:11:08 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-13 08:11:08 +0400 |
| commit | 043f399a91df125eb03616a9f8011e4a06c4f881 (patch) | |
| tree | 5f657730718a7f871a5268fd1871dab658b1c548 /autofeur_db/src/trie.rs | |
| parent | bb027f19a6fc68028f7d8fcf25ec6610afce9990 (diff) | |
| parent | 9b175cf5d354fc67be50527bf37477a02c3cccd3 (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.rs | 2 |
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; |
