From acbce49c0ed9db9c52a63fe998165c116c0b415e Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Wed, 30 Nov 2022 20:42:01 -0800 Subject: [PATCH] Add discussion note about conditional held escrow and smart contract topics. --- .../use-escrows/send-a-conditionally-held-escrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md b/content/tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md index 0b83b54732..6b0b38571a 100644 --- a/content/tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md +++ b/content/tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md @@ -7,7 +7,7 @@ labels: - Smart Contracts --- # Send a Conditionally Held Escrow - + Note to Dennis: This topic is very similar to the use an escrow as a smart contract tutorial. I think the 2 pages can be merged. <--> ## 1. Generate condition and fulfillment XRP Ledger escrows require PREIMAGE-SHA-256 [crypto-conditions][]. To calculate a condition and fulfillment in the proper format, you should use a crypto-conditions library such as [five-bells-condition](https://github.com/interledgerjs/five-bells-condition). To generate the fulfillment: