Skip to content

Commit

Permalink
use proposed owner for logging in acceptOwnership
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Nov 10, 2022
1 parent 0fa7d3a commit eb573c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 (Current signer): ${ownership.proposedOwner.toString()}`)
await prompt('Continue?')
}

Expand Down

0 comments on commit eb573c0

Please sign in to comment.