Fix blatant md formatting at the very top (#20198)

This commit is contained in:
Ted Robertson 2021-09-26 01:14:26 +12:00 committed by GitHub
parent 20fbf09072
commit c137c50d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -8,12 +8,13 @@ The following terms are used throughout the documentation.
A record in the Solana ledger that either holds data or is an executable program.
Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a [key], often referred to as a [public key](terminology.md#public-key-pubkey) or pubkey.
Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a key, often referred to as a [public key](terminology.md#public-key-pubkey) or pubkey.
The key may be one of:
an ed25519 public key
a program-derived account address (32byte value forced off the ed25519 curve)
a hash of an ed25519 public key with a 32 character string
* an ed25519 public key
* a program-derived account address (32byte value forced off the ed25519 curve)
* a hash of an ed25519 public key with a 32 character string
## account owner