Skip to content

Commit

Permalink
docs(isc-wiki): add block time to the glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Jun 7, 2024
1 parent 379a01b commit 8b74620
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/jargon.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,6 @@ module.exports = {
'Measure of approval of each block using the voting power of the validation blocks" issuer.',
'writing to the ledger':
'The act of creating blocks containing transactions.',
blocktime:
'Block Time refers to the average amount of time it takes for a new block to be added to a blockchain. This metric is critical as it determines the network speed and efficiency in processing transactions and maintaining consensus.',
};
2 changes: 1 addition & 1 deletion docs/build/isc/v1.1/docs/getting-started/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here are some of the most important properties and limitations of EVM support in

### No Enforced Block Time

There is no guaranteed _block time_. A new EVM "block" will be created only when an ISC block is created, and ISC does
There is no guaranteed _blocktime_. A new EVM "block" will be created only when an ISC block is created, and ISC does
not enforce an average block time. This means that block times are variable; a new block will be created as soon as needed.

### The Magic Contract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here are some of the most important properties and limitations of EVM support in

### No Enforced Block Time

There is no guaranteed _block time_. A new EVM "block" will be created only when an ISC block is created, and ISC does
There is no guaranteed _blocktime_. A new EVM "block" will be created only when an ISC block is created, and ISC does
not enforce an average block time. This means that block times are variable; a new block will be created as soon as needed.

### The Magic Contract
Expand Down

0 comments on commit 8b74620

Please sign in to comment.