From 6c055a96dcf813447eb6a288da0471740b158132 Mon Sep 17 00:00:00 2001 From: kabachuha Date: Sun, 27 Sep 2020 18:36:26 +0300 Subject: [PATCH] Remove the accomplished TODO tag --- src/addon/validation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/addon/validation.cpp b/src/addon/validation.cpp index c26d03187c0a..49cef8b413b3 100644 --- a/src/addon/validation.cpp +++ b/src/addon/validation.cpp @@ -405,8 +405,8 @@ static void write_difference(config& pack, const config& from, const config& to, } /** - * &from, &to are top-dirs of their structures; addlist/removelist are equal to [dir] - * #TODO: make a clientside function to allow incremental uploadpacks using hash request from server + * &from, &to are the top directories of their structures; addlist/removelist tag is treated as [dir] + * * Does it worth it to archive and write the pack on the fly using config_writer? * #TODO: clientside verification? */