summaryrefslogtreecommitdiff
path: root/df/0692ed84dca11e7bf59396f0651c7ce0523c83
blob: ea6cdba9dee559cb79b8b5e696f2300f8fd6d562 (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
Return-Path: <gmaxwell@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 9334C1704
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu,  8 Oct 2015 20:03:50 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com
	[209.85.213.171])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 4424720E
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu,  8 Oct 2015 20:03:50 +0000 (UTC)
Received: by igbkq10 with SMTP id kq10so21127541igb.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 08 Oct 2015 13:03:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=603zfF0STqUmoCaK9GJgBjHonx+MTzVa61iHSAuh33w=;
	b=aa3oyf1Rgnsp4GwJKYx1r5hieHOGbgfnHoaZR9V0zisDtsSz7gyE3gEveL2D/2Pvyu
	jUKu3TzxUiRHBMrQmVnQv0Pnsx9Rg4nbfOUpU1ulB2Iy/ZKcHKTgWKMiCfjm30Pg7vRs
	HfHRrJV7akBYMKS1sSnq4/dBAKZQ/qDUOzEa3/MAsr3biRE9a3ykxIRte558iX1+kTQb
	AWW4u0McP0R8R2nH+5rX6+EZrb/kmMgaf4k0ou1jb1Q9C545At6lXX5ILv0kgYHqSzV+
	f2uPnO++tIjdjuYjw/BueIrwV1Ft9dDBUxpdeH8PRdtwUnjrL4ryRiSk5j/xccQe7tDI
	3pyQ==
MIME-Version: 1.0
X-Received: by 10.50.23.80 with SMTP id k16mr6364769igf.62.1444334629672; Thu,
	08 Oct 2015 13:03:49 -0700 (PDT)
Received: by 10.107.19.30 with HTTP; Thu, 8 Oct 2015 13:03:49 -0700 (PDT)
In-Reply-To: <412407605.831804.1444334109584.JavaMail.yahoo@mail.yahoo.com>
References: <412407605.831804.1444334109584.JavaMail.yahoo@mail.yahoo.com>
	<412407605.831804.1444334109584.JavaMail.yahoo@mail.yahoo.com>
Date: Thu, 8 Oct 2015 20:03:49 +0000
Message-ID: <CAAS2fgRw+12Y=AgQD0zR_gC3U6RCuOV8=2dz2VHL+=fm2CXCDg@mail.gmail.com>
From: Gregory Maxwell <gmaxwell@gmail.com>
To: Boris Neklabaro <boris.nk1983@yahoo.com>
Content-Type: text/plain; charset=UTF-8
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
	RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Cc: "bitcoin-dev@lists.linuxfoundation.org"
	<bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] merged multisig inputs
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development 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: Thu, 08 Oct 2015 20:03:50 -0000

On Thu, Oct 8, 2015 at 7:55 PM, Boris Neklabaro via bitcoin-dev
<bitcoin-dev@lists.linuxfoundation.org> wrote:
> Hi,
>
> Is it possible to merge 2 utxos spending from multiple P2SH inputs? Or
> combined inputs P2SH and P2PKH in a single transaction?

Yes, the signatures for separate inputs are entirely separate.