From 6c9cf4f860a69a7986e665446dc0f622a9966c4f Mon Sep 17 00:00:00 2001 From: Saivann Date: Wed, 21 May 2014 23:26:38 -0400 Subject: [PATCH] Mention that coinbase is the first transaction in a block in "Block Chain" subsection --- _includes/guide_block_chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/guide_block_chain.md b/_includes/guide_block_chain.md index aa0bab28..a38086b5 100644 --- a/_includes/guide_block_chain.md +++ b/_includes/guide_block_chain.md @@ -179,7 +179,7 @@ are usually referenced by the SHA256(SHA256()) hash of their header. {% autocrossref %} -Every block must include one or more transactions. Exactly one of these +Every block must include one or more transactions. The first one of these transactions must be a coinbase transaction which should collect and spend the block reward and any transaction fees paid by transactions included in this block.