File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
programs/system/src/instructions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ impl AdvanceNonceAccount<'_> {
3737 AccountMeta :: readonly_signer ( self . authority . key ( ) ) ,
3838 ] ;
3939
40- // instruction data uses 4-byte LE discriminator expected by the system program
40+ // instruction
4141 let instruction = Instruction {
4242 program_id : & crate :: ID ,
4343 accounts : & account_metas,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ impl UpgradeNonceAccount<'_> {
2121 // account metadata
2222 let account_metas: [ AccountMeta ; 1 ] = [ AccountMeta :: writable ( self . account . key ( ) ) ] ;
2323
24- // instruction data uses 4-byte LE discriminator expected by the system program
24+ // instruction
2525 let instruction = Instruction {
2626 program_id : & crate :: ID ,
2727 accounts : & account_metas,
You can’t perform that action at this time.
0 commit comments