1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

Change date format to ISO 8601

This came up on the mailing list.

yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric
dates. This commit changes all BIPs to use that instead of dd-mm-yyyy.
It also updates BIP 0001 to prescribe the new format.
This commit is contained in:
Wladimir J. van der Laan
2014-04-05 13:46:56 +02:00
parent ad078df048
commit 1647c7e6d3
31 changed files with 35 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
Author: Alan Reiner
Status: Draft
Type: Informational
Created: 28-10-2011
Created: 2011-10-28
</pre>
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 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.