Disable creating master edition for solana nft

This commit is contained in:
Ivan Yaremenchuk 2022-10-05 21:34:57 -05:00
parent 501a56e88e
commit 29f221d30d
1 changed files with 9 additions and 9 deletions

View File

@ -158,15 +158,15 @@ public class SolanaKeygenWallet : Wallet
true,
false
));
instructions.Add(MetadataProgram.CreateMasterEdition(
1,
masterEditionAddress,
mint,
walletAddress,
walletAddress,
walletAddress,
metadataAddress
));
// instructions.Add(MetadataProgram.CreateMasterEdition(
// 1,
// masterEditionAddress,
// mint,
// walletAddress,
// walletAddress,
// walletAddress,
// metadataAddress
// ));
var blockHash = (await client.GetRecentBlockHashAsync()).Result.Value.Blockhash;