aboutsummaryrefslogtreecommitdiff
path: root/src/Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Channel.cpp')
-rw-r--r--src/Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Channel.cpp b/src/Channel.cpp
index 5015975..adcb9be 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -26,7 +26,7 @@ namespace dchat
if(database)
{
- database->seed(databaseNodeInfo);
+ database->seed(databaseNodeInfo, odhtdb::DatabaseFetchOrder::NEWEST_FIRST);
pingKey = odhtdb::DhtKey(*databaseNodeInfo.getRequestHash()).getPingKey();
// TODO: Ban peers that spam this key (take in account that creator of packets can be forged)