fix: rename nonce instructions with VerbNoun scheme

This commit is contained in:
Trent Nelson
2020-01-13 15:31:02 -07:00
committed by Michael Vines
parent fc007b02ae
commit cca9c5d922
2 changed files with 12 additions and 12 deletions

View File

@@ -105,7 +105,7 @@ type TransactionCtorFields = {|
*
* @typedef {Object} NonceInformation
* @property {nonce} The current Nonce blockhash
* @property {nonceInstruction} The NonceAdvance Instruction
* @property {nonceInstruction} The AdvanceNonceAccount Instruction
*/
type NonceInformation = {|
nonce: Blockhash,