Skip to content

Commit c88f2ed

Browse files
authored
Fix description on ntt allowance approve tx (#478)
1 parent 7d91c05 commit c88f2ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

evm/ts/src/ntt.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,7 @@ export class EvmNtt<N extends Network, C extends EvmChains>
300300
this.managerAddress,
301301
amount
302302
);
303-
yield this.createUnsignedTx(
304-
addFrom(txReq, senderAddress),
305-
"TokenBridge.Approve"
306-
);
303+
yield this.createUnsignedTx(addFrom(txReq, senderAddress), "Ntt.Approve");
307304
}
308305

309306
const receiver = universalAddress(destination);

0 commit comments

Comments
 (0)