readme: update to account for outfile in progress timestamps

This commit is contained in:
Carla Kirk-Cohen 2024-03-28 16:02:45 -04:00
parent 4b23047517
commit 558f6c1754
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91
1 changed files with 3 additions and 3 deletions

View File

@ -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