Skip to content

Commit

Permalink
nicer register-recipient message
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 17, 2023
1 parent 468f773 commit 07172f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/aztec-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export function getProgram(log: LogFn, debugLogger: DebugLogger): Command {
const partialAddress = Fr.fromString(options.partialAddress);

await client.registerRecipient(await CompleteAddress.create(address, publicKey, partialAddress));
log(`\nRegistered details for Address: ${options.address}\n`);
log(`\nRegistered details for account with address: ${options.address}\n`);
});

program
Expand Down

0 comments on commit 07172f2

Please sign in to comment.