summaryrefslogtreecommitdiff
path: root/bip-0112.mediawiki
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-07-26 15:33:53 +0000
committerGitHub <noreply@github.com>2024-07-26 15:33:53 +0000
commit0f40dd7554cabe9bdc8066dda5e18aeda421120f (patch)
tree5852b148be8fec7178679b7280bedd51bf542f60 /bip-0112.mediawiki
parentf085cc29221f0f28310804d4482b33bb1afd9e07 (diff)
parent9a56d3544eac1f949a747c251810f7a440d63fb9 (diff)
Merge pull request #1653 from OrfeasLitos/trailing-whitespace
Remove trailing whitespace from all BIPs
Diffstat (limited to 'bip-0112.mediawiki')
-rw-r--r--bip-0112.mediawiki10
1 files changed, 5 insertions, 5 deletions
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki
index d6ed546..f38fa15 100644
--- a/bip-0112.mediawiki
+++ b/bip-0112.mediawiki
@@ -69,13 +69,13 @@ address with the following redeemscript.
<Alice's pubkey> CHECKSIG
ENDIF
-At any time funds can be spent using signatures from any two of Alice,
+At any time funds can be spent using signatures from any two of Alice,
Bob or the Escrow.
After 30 days Alice can sign alone.
The clock does not start ticking until the payment to the escrow address
-confirms.
+confirms.
===Retroactive Invalidation===
@@ -230,7 +230,7 @@ The 2-way pegged sidechain requires a new REORGPROOFVERIFY opcode, the semantics
==Specification==
-Refer to the reference implementation, reproduced below, for the precise
+Refer to the reference implementation, reproduced below, for the precise
semantics and detailed rationale for those semantics.
<pre>
@@ -247,7 +247,7 @@ static const uint32_t SEQUENCE_LOCKTIME_TYPE_FLAG = (1 << 22);
/* If CTxIn::nSequence encodes a relative lock-time, this mask is
* applied to extract that lock-time from the sequence field. */
static const uint32_t SEQUENCE_LOCKTIME_MASK = 0x0000ffff;
-
+
case OP_NOP3:
{
if (!(flags & SCRIPT_VERIFY_CHECKSEQUENCEVERIFY)) {
@@ -290,7 +290,7 @@ case OP_NOP3:
break;
}
-
+
bool TransactionSignatureChecker::CheckSequence(const CScriptNum& nSequence) const
{
// Relative lock times are supported by comparing the passed