From 558f6c175436d071ba201c4eb54c6f06a21c8828 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Thu, 28 Mar 2024 16:02:45 -0400 Subject: [PATCH] readme: update to account for outfile in progress timestamps --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b87b126..21c2d34 100644 --- a/README.md +++ b/README.md @@ -178,10 +178,10 @@ 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` +`python setup/progress_timestamps.py htlc_forwards.csv data/ln_10_data.csv` -It will output `htlc_forwards_timewarp.csv` which has the updated -forwarding data. +This will write the csv file with the updated timestamps to +`data/ln_10_data.csv`. ### 4. Circuitbreaker Images