We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e6401 commit 0409202Copy full SHA for 0409202
compression/cnft-burn/tests/cnft-burn.ts
@@ -62,5 +62,7 @@ describe("cnft-burn", () => {
62
skipPreflight: true,
63
});
64
console.log("Your transaction signature", tx);
65
+ // here is a sample transaction signature on devnet
66
+ // https://explorer.solana.com/tx/2MpeHi64pbWNY7BKBuhAp4yND5HdfQqNqkd8pu6F6meoSNUYRvxQgV5TC4w8BM8hUihB8G8TwBAaPRqS7pnN8Nu1?cluster=devnet
67
68
0 commit comments