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:
mergify[bot]
2021-01-21 05:31:05 +00:00
committed by GitHub
parent 2b5ae54d84
commit 65bef638ba

View File

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