Nonce address doesn't sign AdvanceNonceAccount (#14721)
(cherry picked from commit 447e3de1f2
)
Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@ -115,7 +115,7 @@ pub enum SystemInstruction {
|
|||||||
/// Consumes a stored nonce, replacing it with a successor
|
/// Consumes a stored nonce, replacing it with a successor
|
||||||
///
|
///
|
||||||
/// # Account references
|
/// # Account references
|
||||||
/// 0. [WRITE, SIGNER] Nonce account
|
/// 0. [WRITE] Nonce account
|
||||||
/// 1. [] RecentBlockhashes sysvar
|
/// 1. [] RecentBlockhashes sysvar
|
||||||
/// 2. [SIGNER] Nonce authority
|
/// 2. [SIGNER] Nonce authority
|
||||||
AdvanceNonceAccount,
|
AdvanceNonceAccount,
|
||||||
|
Reference in New Issue
Block a user