pushing to clear branch

This commit is contained in:
ddawson
2022-11-29 14:46:40 -08:00
parent 6f001c6e56
commit 381be30462

View File

@@ -6,7 +6,7 @@ labels:
- Escrow - Escrow
- Smart Contracts - Smart Contracts
--- ---
# Send a Conditionally-Held Escrow # Send a Conditionally Held Escrow
## 1. Generate condition and fulfillment ## 1. Generate condition and fulfillment
@@ -36,6 +36,7 @@ console.log('Condition:', condition)
const fulfillment_hex = fulfillment.serializeBinary().toString('hex').toUpperCase() const fulfillment_hex = fulfillment.serializeBinary().toString('hex').toUpperCase()
console.log('Fulfillment:', fulfillment_hex) console.log('Fulfillment:', fulfillment_hex)
``` ```
<!--
_Python_ _Python_
@@ -52,6 +53,7 @@ print("Condition", fulfillment.condition_binary.hex().upper())
# Keep secret until you want to finish the escrow # Keep secret until you want to finish the escrow
print("Fulfillment", fulfillment.serialize_binary().hex().upper()) print("Fulfillment", fulfillment.serialize_binary().hex().upper())
``` ```
-->
<!-- MULTICODE_BLOCK_END --> <!-- MULTICODE_BLOCK_END -->