Skip to content

Commit

Permalink
Fix description on ntt allowance approve tx (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Jul 19, 2024
1 parent 7d91c05 commit c88f2ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions evm/ts/src/ntt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,7 @@ export class EvmNtt<N extends Network, C extends EvmChains>
this.managerAddress,
amount
);
yield this.createUnsignedTx(
addFrom(txReq, senderAddress),
"TokenBridge.Approve"
);
yield this.createUnsignedTx(addFrom(txReq, senderAddress), "Ntt.Approve");
}

const receiver = universalAddress(destination);
Expand Down

0 comments on commit c88f2ed

Please sign in to comment.