diff --git a/yarn-project/aztec-cli/src/index.ts b/yarn-project/aztec-cli/src/index.ts index b9dda53f859..0e70ac819b4 100644 --- a/yarn-project/aztec-cli/src/index.ts +++ b/yarn-project/aztec-cli/src/index.ts @@ -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