Fixed typos in examples

This commit is contained in:
Mark Qvist 2023-10-01 11:46:30 +02:00
parent fb4e53f6e3
commit f85dda1829
4 changed files with 6 additions and 6 deletions

View file

@ -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)