Skip to content

Commit

Permalink
Drop legacy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 17, 2024
1 parent bacfc56 commit 0f0102c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe("test tokens and token computer", async () => {
});
});

describe("test token transfer (legacy)", () => {
describe("test token transfer", () => {
it("should work with custom token type", () => {
const identifier = "MEXFARML-28d646";
const nonce = 12345678n;
Expand All @@ -71,7 +71,7 @@ describe("test token transfer (legacy)", () => {
assert.equal(transfer.toString(), "100000000000000000");
});

it("should work with NFTs (legacy)", () => {
it("should work with NFTs", () => {
const identifier = "TEST-38f249";
const nonce = 1n;
const transfer = new TokenTransfer({ token: new Token({ identifier, nonce }), amount: 1n });
Expand Down

0 comments on commit 0f0102c

Please sign in to comment.