From 27ab98160a432c8422971b42003544ba4874841f Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 19 Mar 2018 14:41:18 -0700 Subject: [PATCH] Fix link to checkCash (#871) Fix source file for 4eaaa8188d2ece8aa29c4f07b752a1baa6d8c601 --- docs/src/transactions.md.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/transactions.md.ejs b/docs/src/transactions.md.ejs index 4689b258..fb5d97fa 100644 --- a/docs/src/transactions.md.ejs +++ b/docs/src/transactions.md.ejs @@ -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