Explorer: MintToChecked: mint authority should be optional (#12704)

This commit is contained in:
Josh 2020-10-06 22:34:42 -07:00 committed by GitHub
parent e35889542b
commit d0596ce9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,