Fix typos
This commit is contained in:
parent
493f9907e5
commit
0cfb1b0760
|
@ -28,6 +28,6 @@ type Allocate struct {
|
|||
// Number of bytes of memory to allocate.
|
||||
Space bin.Uint64
|
||||
|
||||
// [0] = [WRITE, SIGNER] New account
|
||||
// [0] = [WRITE, SIGNER] New account.
|
||||
solana.AccountMetaSlice `bin:"-"`
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ const (
|
|||
// Drive state of Uninitalized nonce account to Initialized, setting the nonce value.
|
||||
Instruction_InitializeNonceAccount
|
||||
|
||||
// Change the entity authorized to execute nonce instruction_s on the account.
|
||||
// Change the entity authorized to execute nonce instructions on the account.
|
||||
Instruction_AuthorizeNonceAccount
|
||||
|
||||
// Allocate space in a (possibly new) account without funding.
|
||||
|
|
Loading…
Reference in New Issue