From 07172f232a0d319d3d8eb80207b81c9353177c39 Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 17 Aug 2023 14:11:57 +0000 Subject: [PATCH] nicer register-recipient message --- yarn-project/aztec-cli/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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