Skip to content

Commit

Permalink
Fix link to checkCash (#871)
Browse files Browse the repository at this point in the history
Fix source file for 4eaaa81
  • Loading branch information
intelliot committed Mar 19, 2018
1 parent 4eaaa81 commit 27ab981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/transactions.md.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Type | Description
[escrowExecution](#escrow-execution) | An `escrowExecution` transaction unlocks the funds in an escrow and sends them to the destination of the escrow, but it will only work if the cryptographic condition is provided.
[checkCreate](#check-create) | A `checkCreate` transaction creates a check on the ledger, which is a deferred payment that can be cashed by its intended destination.
[checkCancel](#check-cancel) | A `checkCancel` transaction cancels an unreedemed Check, removing it from the ledger without sending any money.
[checkCash](#checkCash) | A `checkCash` transaction redeems a Check to receive up to the amount authorized by the corresponding `checkCreate` transaction. Only the `destination` address of a Check can cash it.
[checkCash](#check-cash) | A `checkCash` transaction redeems a Check to receive up to the amount authorized by the corresponding `checkCreate` transaction. Only the `destination` address of a Check can cash it.

## Transaction Flow

Expand Down

0 comments on commit 27ab981

Please sign in to comment.