Skip to content

Commit

Permalink
Merge pull request #64 from frederickjansen/quickstart-program-name
Browse files Browse the repository at this point in the history
Change name of quickstart program to match tutorial
  • Loading branch information
oceans404 authored Jul 29, 2024
2 parents fb76eb7 + f5e8215 commit fe9a20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ We will write the following code in the `quickstart/client_code/secret_addition.
```python
# 3. Pay for and store the program
# Set the program name and path to the compiled program
program_name = "secret_addition_complete"
program_name = "secret_addition"
program_mir_path = f"../nada_quickstart_programs/target/{program_name}.nada.bin"
# Create payments config, client and wallet
Expand Down

0 comments on commit fe9a20a

Please sign in to comment.