Disable creating master edition for solana nft
This commit is contained in:
parent
501a56e88e
commit
29f221d30d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue