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 67ae220d71..0b83b54732 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 @@ -6,7 +6,7 @@ labels: - Escrow - Smart Contracts --- -# Send a Conditionally-Held Escrow +# Send a Conditionally Held Escrow ## 1. Generate condition and fulfillment @@ -36,6 +36,7 @@ console.log('Condition:', condition) const fulfillment_hex = fulfillment.serializeBinary().toString('hex').toUpperCase() console.log('Fulfillment:', fulfillment_hex) ``` +