Fix typo in log message (#597)

This commit is contained in:
Diego Algorta 2021-10-04 17:43:22 -03:00 committed by GitHub
parent 1b9a45f0c1
commit 7277979546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ programCommand('update_candy_machine')
);
if (lamports)
log.info(` - updated price: ${lamports} lamports (${price} SOL)`);
log.info('updated_candy_machine finished', tx);
log.info('update_candy_machine finished', tx);
});
programCommand('mint_one_token').action(async (directory, cmd) => {