diff --git a/gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ownership/acceptOwnership.ts b/gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ownership/acceptOwnership.ts index a07531b17..17b9f87a9 100644 --- a/gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ownership/acceptOwnership.ts +++ b/gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ownership/acceptOwnership.ts @@ -56,7 +56,7 @@ export const makeAcceptOwnershipCommand = ( logger.info(`Accepting Ownership of contract of type "${contract.type}": - Contract: ${contract.address} ${contract.description ? '- ' + contract.description : ''} - Current Owner: ${ownership.owner.toString()} - - Next Owner (Current signer): ${this.wallet.publicKey}`) + - Next Owner (proposed): ${ownership.proposedOwner.toString()}`) await prompt('Continue?') }