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
|
||||
Program.
|
||||
* `Assign` - allows the user to assign an existing account to a program.
|
||||
* `Move` - moves tokens between account's that are associated with
|
||||
* `Spawn` - spawn a new program from an account
|
||||
* `Move` - moves tokens between accounts.
|
||||
* `Spawn` - spawns a new program from an account.
|
||||
|
||||
## Notes
|
||||
|
||||
|
@ -81,4 +81,3 @@ a transaction is committed.
|
|||
|
||||
* [Continuations and Signals for long running
|
||||
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
|
||||
|
||||
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)
|
||||
holding nonzero [native tokens](#native-tokens).
|
||||
|
||||
|
@ -256,4 +256,3 @@ See [ledger vote](#ledger-vote).
|
|||
#### voting period
|
||||
|
||||
The duration of a [block](#block).
|
||||
|
||||
|
|
Loading…
Reference in New Issue