Skip to content

Commit

Permalink
fix: typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Dec 9, 2024
1 parent 82b96ad commit 1a200aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zcash_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ Zcash ledger, make shielded transaction phase 1
end
loop Every shielded output
H ->> LC: get_ouput_data ()
H ->> LC: get_output_data ()
LF ->> LC: output_data
LC ->> H: rnd (rcv/rcm/esk)
H ->> Z: add_sapling_outpu(txdata, rnd)
H ->> Z: add_sapling_output(txdata, rnd)
end
```

Expand Down

0 comments on commit 1a200aa

Please sign in to comment.