Skip to content

Commit

Permalink
docs: fix typos (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs committed Mar 6, 2024
1 parent 92a49fc commit 2178984
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/design/challenges.md
Expand Up @@ -28,7 +28,7 @@ Nano was distributed in a manner that has allowed it to avoid being treated excl

### Adoption, Acceptance

One of the key properties for money is acceptability. This is mostly an issue that will be faced by early adopters. Given Nano's ability to have a positive feedback loop that strengthens its network effects, the problem of acceptability will naturally resolve itself once the network effects exceed a tipping point.
One of the key properties of money is acceptability. This is mostly an issue that will be faced by early adopters. Given Nano's ability to have a positive feedback loop that strengthens its network effects, the problem of acceptability will naturally resolve itself once the network effects exceed a tipping point.

## Technical

Expand Down
4 changes: 2 additions & 2 deletions docs/design/glossary.md
Expand Up @@ -178,11 +178,11 @@ The account if the block is the first block on the account, otherwise it is the

### seed

A 256-bit random value usually represented to the user as a 64 character hexidecimal (0-9 and A-F) value. Private keys are deterministically derived from a seed.
A 256-bit random value usually represented to the user as a 64 character hexadecimal (0-9 and A-F) value. Private keys are deterministically derived from a seed.

### time-as-a-currency (TaaC)

The idea that time is a resource that can be gained and used. It is applied in transaction prioritization such that you gain priortiy as time passes. Thus, accumulated time can be spent to gain priority over other transactions that have "less time".
The idea that time is a resource that can be gained and used. It is applied in transaction prioritization such that you gain priority as time passes. Thus, accumulated time can be spent to gain priority over other transactions that have "less time".

### transactions per second (TPS)

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-devs/getting-started.md
Expand Up @@ -141,7 +141,7 @@ The first transaction on an account-chain, which is always a receive, is referre

| Field | Description |
| -------------- | ------------------------------------------------------------------------ |
| previous | will be 0 since its the first block |
| previous | will be 0 since it's the first block |
| representative | address of the representative, must match the previous block |
| account | account the block belongs to |
| balance | previous balance plus the amount being sent in the linked block (in raw) |
Expand Down

0 comments on commit 2178984

Please sign in to comment.