Nonce address doesn't sign AdvanceNonceAccount (#14722)

(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:55 +00:00
committed by GitHub
parent 07648f43db
commit 74f813574f

View File

@ -115,7 +115,7 @@ pub enum SystemInstruction {
/// Consumes a stored nonce, replacing it with a successor
///
/// # Account references
/// 0. [WRITE, SIGNER] Nonce account
/// 0. [WRITE] Nonce account
/// 1. [] RecentBlockhashes sysvar
/// 2. [SIGNER] Nonce authority
AdvanceNonceAccount,