Fix typos

This commit is contained in:
Slavomir 2021-07-29 19:36:32 +02:00
parent 493f9907e5
commit 0cfb1b0760
2 changed files with 2 additions and 2 deletions

View File

@ -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:"-"`
}

View File

@ -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.