Blocks are created every 2 minutes now

This commit is contained in:
Jonathan Cross 2017-04-05 21:44:09 +02:00 committed by Jonathan Cross
parent 97d453d661
commit 69a32235ab
No known key found for this signature in database
GPG key ID: D8578DF8EA7CCF1B

View file

@ -7,7 +7,7 @@ summary: "a container of transactions, a sequence of which forms a blockchain"
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 60 seconds, on average.
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
Blocks also contain a special type of transaction, the @coinbase-transaction, which add newly created Monero to the network.