Skip to content

Commit ef16053

Browse files
evgenikonik-suri
authored andcommitted
remove todo comment over set peer
1 parent 9ba86c8 commit ef16053

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ pub fn claim_ownership(ctx: Context<ClaimOwnership>) -> Result<()> {
155155
}
156156

157157
// * Set peers
158-
// TODO: update peers? should that be a separate instruction? take timestamp
159-
// for modification? (for total ordering)
160158

161159
#[derive(Accounts)]
162160
#[instruction(args: SetPeerArgs)]

0 commit comments

Comments
 (0)