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

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,