Skip to content

Commit 835db26

Browse files
committed
Add TODO
1 parent cd8a212 commit 835db26

File tree

1 file changed

+1
-0
lines changed
  • solana/programs/example-native-token-transfers/src/instructions/admin

1 file changed

+1
-0
lines changed

solana/programs/example-native-token-transfers/src/instructions/admin/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pub fn register_transceiver(ctx: Context<RegisterTransceiver>) -> Result<()> {
142142
Ok(())
143143
}
144144

145+
// TODO: Rename to DisableTransceiver
145146
#[derive(Accounts)]
146147
pub struct DeregisterTransceiver<'info> {
147148
#[account(

0 commit comments

Comments
 (0)