Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lever.wang.wenjia committed Nov 18, 2023
1 parent 9e2bec2 commit e23c1d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/coin-aptos/tests/aptos.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ describe("aptos", () => {
BigInt(expirationTimestampSecs)
)
console.info(base.toHex(t))
const expected="7eaead7cf02b43db13f948bc3e2704c8885b2aebf0c214ff980b791cbf227c190b000000000000000200000000000000000000000000000000000000000000000000000000000000010d6170746f735f6163636f756e74087472616e736665720002200edc4410aa38b512e3173fcd1e119abb13872d6928dce0842664ad6ada1ccd2808e80300000000000010270000000000006400000000000000d077556500000000020020067aec3603bdca82e52a172ec69b2505a979f1d935a59409bacae5c7f268fc264000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
expect(base.toHex(t)).toBe(expected)
});

test("offerNftObject", async () => {
Expand Down

0 comments on commit e23c1d2

Please sign in to comment.