Skip to content

Commit

Permalink
Update transactions.md (#3447)
Browse files Browse the repository at this point in the history
Signed-off-by: 0xmbcode <[email protected]>
  • Loading branch information
0xmbcode authored Nov 29, 2023
1 parent e1a0056 commit 9d4d0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol/src/concepts/transactions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Transactions

Transactions describe an atomic collection of changes to the ledger state. Each
transaction consist of a sequence of *descriptions* for various actions[^1].
transaction consists of a sequence of *descriptions* for various actions[^1].
Each description adds or subtracts (typed) value from the transaction's value
balance, which must net to zero. Penumbra adapts the *Spend* and *Output* actions from Sapling, and adds many new descriptions to support additional functionality:

Expand Down

0 comments on commit 9d4d0de

Please sign in to comment.