mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 23:24:59 -04:00
Fixed typos in examples
This commit is contained in:
parent
fb4e53f6e3
commit
f85dda1829
4 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ def server(configpath):
|
|||
)
|
||||
|
||||
# We configure the destination to automatically prove all
|
||||
# packets adressed to it. By doing this, RNS will automatically
|
||||
# packets addressed to it. By doing this, RNS will automatically
|
||||
# generate a proof for each incoming packet and transmit it
|
||||
# back to the sender of that packet.
|
||||
echo_destination.set_proof_strategy(RNS.Destination.PROVE_ALL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue