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.