Skip to content

Commit 1d41c21

Browse files
Fixing a small typo (#863)
1 parent 7035593 commit 1d41c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/src/zcash/technical-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ when recovering a wallet.
9090

9191
The biggest challenge in using FROST with Zcash is allowing participants to
9292
communicate securely with each other, which is required to run the FROST
93-
protocol. Since wallets don't currently need to communication to each other, a
93+
protocol. Since wallets don't currently need to communicate with each other, a
9494
whole new mechanism will need to be implemented.
9595

9696
For this to happen, two things are required:
9797

9898
- Allowing wallets to actually communicate with each other (regardless of
9999
security). This is challenging because users are usually behind NATs and
100-
firewalls, so they can't simply open TCP connections with each other. So
100+
firewalls, so they can't simply open TCP connections with each other. So,
101101
some kind of signaling server may be needed.
102102
- Making the communication secure. This is actually fairly solvable while not
103103
trivial and we're planning on working on a library to address it. It needs to

0 commit comments

Comments
 (0)