Fix comment typo

This commit is contained in:
Rome Reginelli
2022-05-09 17:15:15 -07:00
committed by GitHub
parent 1a099eded7
commit d9053d8b0f

View File

@@ -49,7 +49,7 @@ fulfillment = PreimageSha256(preimage=secret)
print("Condition", fulfillment.condition_binary.hex().upper()) 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())
``` ```