Nonce address doesn't sign AdvanceNonceAccount

This commit is contained in:
Trent Nelson 2021-01-20 19:53:58 -07:00 committed by mergify[bot]
parent 7c48743669
commit 447e3de1f2
1 changed files with 1 additions and 1 deletions

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,