From c00fb55798b504b776e30809b69fbff20b109892 Mon Sep 17 00:00:00 2001 From: Sergey Kaunov Date: Thu, 18 Jul 2024 14:13:28 +0300 Subject: [PATCH] Update main.go spelling --- cmd/dcratomicswap/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/dcratomicswap/main.go b/cmd/dcratomicswap/main.go index 576b508..708ac76 100644 --- a/cmd/dcratomicswap/main.go +++ b/cmd/dcratomicswap/main.go @@ -74,16 +74,16 @@ var ( // transaction on the other chain. Any chain can be used so long as it supports // OP_SHA256 and OP_CHECKLOCKTIMEVERIFY. // -// Example scenerios using bitcoin as the second chain: +// Example scenarios using bitcoin as the second chain: // -// Scenerio 1: +// Scenario 1: // cp1 initiates (dcr) // cp2 participates with cp1 H(S) (btc) // cp1 redeems btc revealing S // - must verify H(S) in contract is hash of known secret // cp2 redeems dcr with S // -// Scenerio 2: +// Scenario 2: // cp1 initiates (btc) // cp2 participates with cp1 H(S) (dcr) // cp1 redeems dcr revealing S