From 01235a2c2d6f9655dc186900432382c81be1cc49 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Thu, 28 Mar 2024 16:31:09 -0400 Subject: [PATCH] readme: update naming of raw data --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e88024d..6aa8d63 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ To progress the timestamps in your generated data such that the latest timestamp reported by the simulation is set to the present (and all others are appropriately "fast-forwarded"), use the following command: -`python setup/progress_timestamps.py htlc_forwards.csv data/ln_10_data.csv` +`python setup/progress_timestamps.py ln_10_raw_data.csv data/ln_10_data.csv` This will write the csv file with the updated timestamps to `data/ln_10_data.csv`.