Couple edits
This commit is contained in:
parent
3c6afe7707
commit
58bca04a3f
|
@ -57,8 +57,8 @@ encodes.
|
||||||
* `CreateAccount` - This allows the user to create and assign an account to a
|
* `CreateAccount` - This allows the user to create and assign an account to a
|
||||||
Program.
|
Program.
|
||||||
* `Assign` - allows the user to assign an existing account to a program.
|
* `Assign` - allows the user to assign an existing account to a program.
|
||||||
* `Move` - moves tokens between account's that are associated with
|
* `Move` - moves tokens between accounts.
|
||||||
* `Spawn` - spawn a new program from an account
|
* `Spawn` - spawns a new program from an account.
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
@ -81,4 +81,3 @@ a transaction is committed.
|
||||||
|
|
||||||
* [Continuations and Signals for long running
|
* [Continuations and Signals for long running
|
||||||
Transactions](https://github.com/solana-labs/solana/issues/1485)
|
Transactions](https://github.com/solana-labs/solana/issues/1485)
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ A full participant in the [cluster](#cluster) either a [leader](#leader) or
|
||||||
|
|
||||||
#### fullnode state
|
#### fullnode state
|
||||||
|
|
||||||
The result of interpreting all programs on the ledger a given [tick
|
The result of interpreting all programs on the ledger at a given [tick
|
||||||
height](#tick-height). It includes at least the set of all [accounts](#account)
|
height](#tick-height). It includes at least the set of all [accounts](#account)
|
||||||
holding nonzero [native tokens](#native-tokens).
|
holding nonzero [native tokens](#native-tokens).
|
||||||
|
|
||||||
|
@ -256,4 +256,3 @@ See [ledger vote](#ledger-vote).
|
||||||
#### voting period
|
#### voting period
|
||||||
|
|
||||||
The duration of a [block](#block).
|
The duration of a [block](#block).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue