Skip to content

Commit

Permalink
chore: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Mar 27, 2024
1 parent 41d57ed commit fdf0ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const verify: Runner = async (args: Args, ui: UIProvider, context: Runner
const result = await doCompile(sel.name);
const resHash = result.code.hash();

ui.write(`Compiled code hash hex:${resHash.toString('hex')}`);
ui.write(`Compiled code hash hex: ${resHash.toString('hex')}`);
ui.write('We can look up the address with such code hash in the blockchain automatically');

const passManually = await ui.prompt('Do you want to specify the address manually?');
Expand Down

0 comments on commit fdf0ba8

Please sign in to comment.