update_payload library: TODO + bug references

BUG=chromium:243559
TEST=None

Change-Id: I6837b87ff6f0b845ebbca97fdfa4190dc2d1282a
Reviewed-on: https://gerrit.chromium.org/gerrit/57179
Commit-Queue: Gilad Arnold <garnold@chromium.org>
Tested-by: Gilad Arnold <garnold@chromium.org>
Reviewed-by: Chris Sosa <sosa@chromium.org>
diff --git a/scripts/paycheck.py b/scripts/paycheck.py
index 6ee36f2..e199a7c 100755
--- a/scripts/paycheck.py
+++ b/scripts/paycheck.py
@@ -18,6 +18,10 @@
 
 
 # The default sizes of partitions, based on current partitioning practice.
+# TODO(garnold)(chromium:243559) we should stop using these values once
+# partition sizes are encoded in newly generated payloads; that said, we should
+# allow users to specify partition sizes on the command-line, so as to be able
+# to check older payloads.
 _DEFAULT_ROOTFS_PART_SIZE = 2 * 1024 * 1024 * 1024
 _DEFAULT_KERNEL_PART_SIZE = 16 * 1024 * 1024