We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee268c6 commit 38e5fceCopy full SHA for 38e5fce
wormhole-connect/src/routes/ntt/nttBase.ts
@@ -253,7 +253,6 @@ export abstract class NttBase extends BaseRoute {
253
throw new Error('Amount too low');
254
}
255
const shouldSkipRelayerSend = this.TYPE !== Route.NttRelay;
256
- // TODO: will change with https://github.com/wormhole-foundation/example-native-token-transfers/pull/326 refund address
257
return await nttManager.send(
258
token,
259
senderAddress,
0 commit comments