summaryrefslogtreecommitdiff
path: root/5b/41145cbdb54b7db7a36ff34cd08584981dc828
blob: 26727e0b8c9a4497fa8df0ad94fe3139f46a0da2 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <mh.in.england@gmail.com>) id 1UpwZq-00025l-OT
	for bitcoin-development@lists.sourceforge.net;
	Fri, 21 Jun 2013 08:20:14 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.214.169 as permitted sender)
	client-ip=209.85.214.169; envelope-from=mh.in.england@gmail.com;
	helo=mail-ob0-f169.google.com; 
Received: from mail-ob0-f169.google.com ([209.85.214.169])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1UpwZn-0000A0-I2
	for bitcoin-development@lists.sourceforge.net;
	Fri, 21 Jun 2013 08:20:13 +0000
Received: by mail-ob0-f169.google.com with SMTP id up14so8325790obb.0
	for <bitcoin-development@lists.sourceforge.net>;
	Fri, 21 Jun 2013 01:20:06 -0700 (PDT)
MIME-Version: 1.0
X-Received: by 10.182.134.229 with SMTP id pn5mr3157222obb.9.1371802806106;
	Fri, 21 Jun 2013 01:20:06 -0700 (PDT)
Sender: mh.in.england@gmail.com
Received: by 10.76.23.36 with HTTP; Fri, 21 Jun 2013 01:20:06 -0700 (PDT)
In-Reply-To: <51C3D0AE.4080101@intersango.com>
References: <CALG7eYrvRg7JF3ndq4wZ2cjUXuHkjYLRH9_FXH2mK+tuAWom0g@mail.gmail.com>
	<51C3D0AE.4080101@intersango.com>
Date: Fri, 21 Jun 2013 10:20:06 +0200
X-Google-Sender-Auth: pCYdumZLgbqOXqnIYz0NjCdRnPc
Message-ID: <CANEZrP3fRf5T+MtMs01iAoK6op3gte8Dv99=kwgW3Y5KwiUg-Q@mail.gmail.com>
From: Mike Hearn <mike@plan99.net>
To: Patrick Strateman <patrick@intersango.com>
Content-Type: multipart/alternative; boundary=001a11c2570ef5c2f904dfa5bab2
X-Spam-Score: -0.5 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(mh.in.england[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	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
X-Headers-End: 1UpwZn-0000A0-I2
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Subject: Re: [Bitcoin-development] CTxIn::nSequence
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
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: Fri, 21 Jun 2013 08:20:15 -0000

--001a11c2570ef5c2f904dfa5bab2
Content-Type: text/plain; charset=UTF-8

Indeed, and for a higher level answer, see here:

https://en.bitcoin.it/wiki/Contracts


On Fri, Jun 21, 2013 at 6:03 AM, Patrick Strateman
<patrick@intersango.com>wrote:

>  It's well answered by this stack exchange question.
>
> http://bitcoin.stackexchange.com/questions/2025/what-is-txins-sequence
>
>
> On 06/20/2013 05:54 PM, Marko Otbalkana wrote:
>
>  Could anyone tell me what CTxIn::nSequence is meant for?
>
>  Best Regards,
>  -Marko
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
> http://p.sf.net/sfu/windows-dev2dev
>
>
>
> _______________________________________________
> Bitcoin-development mailing listBitcoin-development@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>
>

--001a11c2570ef5c2f904dfa5bab2
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Indeed, and for a higher level answer, see here:<div><br><=
/div><div><a href=3D"https://en.bitcoin.it/wiki/Contracts">https://en.bitco=
in.it/wiki/Contracts</a><br></div></div><div class=3D"gmail_extra"><br><br>=
<div class=3D"gmail_quote">
On Fri, Jun 21, 2013 at 6:03 AM, Patrick Strateman <span dir=3D"ltr">&lt;<a=
 href=3D"mailto:patrick@intersango.com" target=3D"_blank">patrick@intersang=
o.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"m=
argin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

 =20
   =20
 =20
  <div bgcolor=3D"#FFFFFF" text=3D"#000000">
    <div>It&#39;s well answered by this stack
      exchange question.<br>
      <br>
     =20
      <a href=3D"http://bitcoin.stackexchange.com/questions/2025/what-is-tx=
ins-sequence" target=3D"_blank">http://bitcoin.stackexchange.com/questions/=
2025/what-is-txins-sequence</a><div><div class=3D"h5"><br>
      <br>
      On 06/20/2013 05:54 PM, Marko Otbalkana wrote:<br>
    </div></div></div>
    <blockquote type=3D"cite"><div><div class=3D"h5">
      <div dir=3D"ltr">
        <div>
          <div>Could anyone tell me what CTxIn::nSequence is meant for?<br>
            <br>
          </div>
          Best Regards,<br>
        </div>
        -Marko<br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>----------------------------------------------------=
--------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

<a href=3D"http://p.sf.net/sfu/windows-dev2dev" target=3D"_blank">http://p.=
sf.net/sfu/windows-dev2dev</a></pre>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
Bitcoin-development mailing list
<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net" target=3D"_bla=
nk">Bitcoin-development@lists.sourceforge.net</a>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>-----------------------------------------------------------------------=
-------<br>
This SF.net email is sponsored by Windows:<br>
<br>
Build for Windows Store.<br>
<br>
<a href=3D"http://p.sf.net/sfu/windows-dev2dev" target=3D"_blank">http://p.=
sf.net/sfu/windows-dev2dev</a><br>_________________________________________=
______<br>
Bitcoin-development mailing list<br>
<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo=
pment@lists.sourceforge.net</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment</a><br>
<br></blockquote></div><br></div>

--001a11c2570ef5c2f904dfa5bab2--