We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba86c8 commit ef16053Copy full SHA for ef16053
solana/programs/example-native-token-transfers/src/instructions/admin.rs
@@ -155,8 +155,6 @@ pub fn claim_ownership(ctx: Context<ClaimOwnership>) -> Result<()> {
155
}
156
157
// * Set peers
158
-// TODO: update peers? should that be a separate instruction? take timestamp
159
-// for modification? (for total ordering)
160
161
#[derive(Accounts)]
162
#[instruction(args: SetPeerArgs)]
0 commit comments