Explorer: MintToChecked: mint authority should be optional (#12704)
This commit is contained in:
parent
e35889542b
commit
d0596ce9c8
|
@ -148,7 +148,7 @@ const ApproveChecked = object({
|
|||
const MintToChecked = object({
|
||||
account: Pubkey,
|
||||
mint: Pubkey,
|
||||
mintAuthority: Pubkey,
|
||||
mintAuthority: optional(Pubkey),
|
||||
multisigMintAuthority: optional(Pubkey),
|
||||
signers: optional(array(Pubkey)),
|
||||
tokenAmount: TokenAmountUi,
|
||||
|
|
Loading…
Reference in New Issue