fix update start time
This commit is contained in:
@@ -325,7 +325,7 @@ export const minter = (client: SigningCosmWasmClient, txSigner: string): MinterC
|
||||
senderAddress,
|
||||
contractAddress,
|
||||
{
|
||||
update_start_time: { time },
|
||||
update_start_time: time,
|
||||
},
|
||||
'auto',
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user