summaryrefslogtreecommitdiff
path: root/ed/10d11d5cab7ba6b8fa591da0e6e2bcc5d1d616
blob: c369e68cec6c8638e425f111c5514e494d764074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Return-Path: <ZmnSCPxj@protonmail.com>
Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 3B3E0C016F
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Fri, 12 Jun 2020 14:54:13 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by whitealder.osuosl.org (Postfix) with ESMTP id 2D09981DE9
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Fri, 12 Jun 2020 14:54:13 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
Received: from whitealder.osuosl.org ([127.0.0.1])
 by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id gkVITNqA5VJN
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Fri, 12 Jun 2020 14:54:10 +0000 (UTC)
X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6
Received: from mail-40138.protonmail.ch (mail-40138.protonmail.ch
 [185.70.40.138])
 by whitealder.osuosl.org (Postfix) with ESMTPS id D913F88A65
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Fri, 12 Jun 2020 14:54:09 +0000 (UTC)
Date: Fri, 12 Jun 2020 14:53:59 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com;
 s=protonmail; t=1591973647;
 bh=y1lxUPvIsgo/LJO1gLDReScsur2T7U+XdWX9Q6ZvfW8=;
 h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From;
 b=aZ9nHklROYe35uL/HdCX+cEWjRGp40/kPDRxSym1+SLFuadbff+ou2PsJUl/hL99+
 DwAGFJdPZiD5ZMWeCZ96aw3ITlcHoKEoA41e5Dpv4trHqCDveGEz36lpxNvTXCNO7P
 qAaTmNMCifIK25oKJ64t94abpkh8ZhRNScrc2fAQ=
To: ZmnSCPxj <ZmnSCPxj@protonmail.com>,
 Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
From: ZmnSCPxj <ZmnSCPxj@protonmail.com>
Reply-To: ZmnSCPxj <ZmnSCPxj@protonmail.com>
Message-ID: <bJ0u2EZrWaddQ1HusB727hSVEOKe37vqekZvgNuAsDs6LgaTfcL2LYejFLaZqMy8y1yuugpgWQB-o9wwd8SY81PE0nikiEHgTuK4V4GY16s=@protonmail.com>
In-Reply-To: <D2DWwPP0JpNM3V2tbq_dUMZl4W24rsE6Evn265S6KEwe-_vyc9KNy8gHegbFzoM2xr72d_9VwsXHe3TSYmXpXM7ytkN5zIqZnskXL-Ew_xQ=@protonmail.com>
References: <D2DWwPP0JpNM3V2tbq_dUMZl4W24rsE6Evn265S6KEwe-_vyc9KNy8gHegbFzoM2xr72d_9VwsXHe3TSYmXpXM7ytkN5zIqZnskXL-Ew_xQ=@protonmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Subject: Re: [bitcoin-dev] WabiSabi Inside Batched CoinSwap
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, 
 <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, 
 <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Jun 2020 14:54:13 -0000

Good morning list,

> -   Alice (resp. Bob or Carol) creates (but does not sign) a funding tran=
saction from Alice coins to MuSig(Alice, Macky).
> -   Alice and Macky create a backout transaction, with `nLockTime` at L2,=
 and complete the plain MuSig signing ritual.
> -   Alice broadcasts the original funding transaction.

Sorry, the taker funding transactions should have the nearer locktime L1, a=
nd the maker funding transctions should be the one with the later locktime =
L2.
This forces Macky to claim the incoming funds earlier, and claiming any of =
them unlocks the outgoing payout transaction.


Regards,
ZmnSCPxj