File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ pub enum TokenInstruction {
511511 /// Data expected by this instruction:
512512 ///
513513 /// - `u64` The amount of lamports to transfer.
514- UnwrapLamports ,
514+ UnwrapLamports = 45 ,
515515
516516 /// Executes a batch of instructions. The instructions to be executed are
517517 /// specified in sequence on the instruction data. Each instruction
Original file line number Diff line number Diff line change @@ -473,8 +473,8 @@ fn inner_process_remaining_instruction(
473473
474474 process_withdraw_excess_lamports ( accounts)
475475 }
476- // 39 - UnwrapLamports
477- 39 => {
476+ // 45 - UnwrapLamports
477+ 45 => {
478478 #[ cfg( feature = "logging" ) ]
479479 pinocchio:: msg!( "Instruction: UnwrapLamports" ) ;
480480
You can’t perform that action at this time.
0 commit comments