From bdb707e831b4e08196d1993b3d6e432b732b8fae Mon Sep 17 00:00:00 2001 From: genjix Date: Sat, 31 Dec 2011 12:14:49 +0000 Subject: [PATCH] Unindent BIP header to 2 spaces. --- bip-0010.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bip-0010.md b/bip-0010.md index 647d1da2..1d9454b7 100644 --- a/bip-0010.md +++ b/bip-0010.md @@ -1,10 +1,10 @@
-   BIP: 10
-   Title: Multi-Sig Transaction Distribution
-   Author: Alan Reiner  
-   Status: Draft 
-   Type: Informational
-   Created: 28-10-2011
+  BIP: 10
+  Title: Multi-Sig Transaction Distribution
+  Author: Alan Reiner  
+  Status: Draft 
+  Type: Informational
+  Created: 28-10-2011
 
A multi-signature transaction is one where a certain number of Bitcoins are "encumbered" with more than one recipient address. The subsequent transaction that spends these coins will require each party involved (or some subset, depending on the script), to see the final, proposed transaction, and sign it with their private key. This necessarily requires collaboration between all parties -- to propose a distribution of encumbered funds, collect signatures from all necessary participants, and then broadcast the completed transaction.