Skip to content

Commit 5ed54ac

Browse files
committed
solana: remove done TODO
1 parent b1a710e commit 5ed54ac

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ pub fn redeem(ctx: Context<Redeem>, _args: RedeemArgs) -> Result<()> {
113113
// idempotent
114114
accs.inbox_item.votes.set(accs.endpoint.id, true);
115115

116-
// TODO: if endpoints can be disabled, this should only cound enabled endpoints
117116
if accs
118117
.inbox_item
119118
.votes

0 commit comments

Comments
 (0)