Skip to content

Commit 0f2804d

Browse files
committed
Fix description on ntt allowance approve tx
1 parent c62c572 commit 0f2804d

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
@@ -280,10 +280,7 @@ export class EvmNtt<N extends Network, C extends EvmChains>
280280
this.managerAddress,
281281
amount
282282
);
283-
yield this.createUnsignedTx(
284-
addFrom(txReq, senderAddress),
285-
"TokenBridge.Approve"
286-
);
283+
yield this.createUnsignedTx(addFrom(txReq, senderAddress), "Ntt.Approve");
287284
}
288285

289286
const receiver = universalAddress(destination);

0 commit comments

Comments
 (0)