Skip to content

Commit 38e5fce

Browse files
committed
removed comment
1 parent ee268c6 commit 38e5fce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wormhole-connect/src/routes/ntt/nttBase.ts

-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ export abstract class NttBase extends BaseRoute {
253253
throw new Error('Amount too low');
254254
}
255255
const shouldSkipRelayerSend = this.TYPE !== Route.NttRelay;
256-
// TODO: will change with https://github.com/wormhole-foundation/example-native-token-transfers/pull/326 refund address
257256
return await nttManager.send(
258257
token,
259258
senderAddress,

0 commit comments

Comments
 (0)