File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,15 @@ Optional fields:
153
153
```
154
154
"start_secs": the time to start sending payments
155
155
"count": the total number of payments to send
156
+ "activity_name": an optional name for each activity description, used as the logging prefix to relate logs to their corresponding activity
156
157
```
157
158
158
159
> If ` start_secs ` is not provided the payments will begin as soon as the simulation starts (default=0)
159
160
160
161
> If ` count ` is not provided the payments will continue for as long as the simulation runs (default=None)
161
162
163
+ > If ` activity_name ` is not provided the index of each activity description will be used as the logging prefix
164
+
162
165
The example simulation file below sets up the following simulation:
163
166
* Connect to ` Alice ` running LND to generate activity.
164
167
* Connect to ` Bob ` running CLN to generate activity.
@@ -200,7 +203,8 @@ The example simulation file below sets up the following simulation:
200
203
"source": "Alice",
201
204
"destination": "02d804ad31429c8cc29e20ec43b4129553eb97623801e534ab5a66cdcd2149dbed",
202
205
"interval_secs": 1,
203
- "amount_msat": 2000
206
+ "amount_msat": 2000,
207
+ "activity_name": "Daily Contribution"
204
208
},
205
209
{
206
210
"source": "0230a16a05c5ca120136b3a770a2adfdad88a68d526e63448a9eef88bddd6a30d8",
You can’t perform that action at this time.
0 commit comments