From d9aac103dd400e8fe125f294de13584f5eb928cd Mon Sep 17 00:00:00 2001 From: Benjamin Goering <171782+gobengo@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:18:38 -0800 Subject: [PATCH] proof ls command shows proof aud --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f80e1b5..515409e 100644 --- a/index.js +++ b/index.js @@ -506,6 +506,7 @@ export async function listProofs(opts) { for (const proof of proofs) { console.log(chalk.dim(`# ${proof.cid.toString()}`)) console.log(`iss: ${chalk.cyanBright(proof.issuer.did())}`) + console.log(`aud: ${chalk.cyanBright(proof.audience.did())}`) if (proof.expiration !== Infinity) { console.log( `exp: ${chalk.yellow(proof.expiration)} ${chalk.dim(