blob: 56cb106c5f2bc212b803b340978c9ddf60b8337a (
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
72
73
74
75
|
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
helo=mx.sourceforge.net)
by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <zgenjix@yahoo.com>) id 1SMjQW-0001Dd-VZ
for bitcoin-development@lists.sourceforge.net;
Tue, 24 Apr 2012 17:21:20 +0000
X-ACL-Warn:
Received: from nm29-vm4.bullet.mail.ne1.yahoo.com ([98.138.91.189])
by sog-mx-3.v43.ch3.sourceforge.com with smtp (Exim 4.76)
id 1SMjQW-0005lk-90 for bitcoin-development@lists.sourceforge.net;
Tue, 24 Apr 2012 17:21:20 +0000
Received: from [98.138.90.48] by nm29.bullet.mail.ne1.yahoo.com with NNFMP;
24 Apr 2012 17:21:14 -0000
Received: from [98.138.87.11] by tm1.bullet.mail.ne1.yahoo.com with NNFMP;
24 Apr 2012 17:21:14 -0000
Received: from [127.0.0.1] by omp1011.mail.ne1.yahoo.com with NNFMP;
24 Apr 2012 17:21:14 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 587924.28404.bm@omp1011.mail.ne1.yahoo.com
Received: (qmail 86959 invoked by uid 60001); 24 Apr 2012 17:21:14 -0000
X-YMail-OSG: 3Mv3bD0VM1kTuiT3.5DqcHT66RkuHFkMLAuu3MJ9xwhBokh
Jh2dkqf1cgjwHQVTzZfsSIRdNT1QwWAw_e9m6_4dCX9T.x4022RpK7tc5p.G
AA_giFqAYsFndPMfMyxqHftTsUWq.YxCpgYU7RG_3MptW8x5Zrw3u.3V9aUw
g4jpADtH16KHG7sMflAiNbIZT332vBaTzD_PcDApGEtVf_QzKsFXByNnghp8
9vZ7A_MP3ukhCcwal2yvTWWK35g77J6QWfltIInCnD6vmIR_qFGFyThVnMCb
EuVaEBQ.AId0.Hz84vmkivoAZTgZp8Dc1zfclepdDavBSjaNMdbQ_o19Nhsf
jSIcP2ZR5SyQTla1n1Hmw_EQ_Cs744v82dXRx2dAM4avY8Q7p5h3isy4-
Received: from [2.97.168.152] by web121006.mail.ne1.yahoo.com via HTTP;
Tue, 24 Apr 2012 10:21:14 PDT
X-Mailer: YahooMailWebService/0.8.117.340979
Message-ID: <1335288074.68316.YahooMailNeo@web121006.mail.ne1.yahoo.com>
Date: Tue, 24 Apr 2012 10:21:14 -0700 (PDT)
From: Amir Taaki <zgenjix@yahoo.com>
To: "bitcoin-development@lists.sourceforge.net"
<bitcoin-development@lists.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Score: 0.5 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
-0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/,
no trust [98.138.91.189 listed in list.dnswl.org]
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
(zgenjix[at]yahoo.com)
-0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
author's domain
0.1 DKIM_SIGNED Message has a DKIM or DK signature,
not necessarily valid
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
0.6 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server
[2.97.168.152 listed in dnsbl.sorbs.net]
X-Headers-End: 1SMjQW-0005lk-90
Subject: [Bitcoin-development] AreInputsStandard() mistake
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: Amir Taaki <zgenjix@yahoo.com>
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Tue, 24 Apr 2012 17:21:21 -0000
Hey,
Only a small thing - I think the first check in that function should be an assert. There is a problem if that function is called a coinbase tx.
|