Skip to content

Commit b3eb128

Browse files
committed
docs: the token was useless without the key
1 parent a0264a6 commit b3eb128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ What was wrong with it:
8383
- **A token was unusable by a running daemon.** Restarting a daemon to add one
8484
peer is not reasonable when it is already serving others.
8585
- **Two values travelled for one handshake.** The key said who to dial, the
86-
token proved I may. They were always used together.
86+
token proved I may, and was useless without the key.
8787
- **The grant was a separate step.** Steps 1 and 3 both happen on the build box
8888
and express one intention. Split apart, the common failure was a peer that
8989
connected fine and saw nothing, which reads like a bug.

0 commit comments

Comments
 (0)