Bladeren bron

Nonce address doesn't sign AdvanceNonceAccount

Trent Nelson 4 jaren geleden
bovenliggende
commit
2208220cf1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      interface/src/instruction.rs

+ 1 - 1
interface/src/instruction.rs

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