File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,11 @@ The example simulation file below sets up the following simulation:
248
248
```
249
249
250
250
251
- Nodes can be identified by their public key or an id string (as
252
- described above). Activity sources and destinations may reference the
253
- ` id ` defined in ` nodes ` , but destinations that are not listed in ` nodes `
254
- * must* provide a valid public key.
251
+ Activity sources must reference an ` id ` defined in ` nodes ` , because the simulator can
252
+ only send payments from nodes that it controls. Destinations may reference either an
253
+ ` id ` defined in ` nodes ` or provide a pubkey or alias of a node in the public network.
254
+ If the alias provided is not unique in the public network, a pubkey must be used
255
+ to identify the node.
255
256
256
257
### Simulation Output
257
258
You can’t perform that action at this time.
0 commit comments