Skip to content

Commit

Permalink
fix: log contract address - not 'address'
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Nov 10, 2022
1 parent 0d1300c commit 5feff9f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ export default class AcceptFeedOwnership extends SolanaCommand {
// Need to resolve feed.proposedOwner. This will either match signer
// store with store.owner == signer. If not, the instruction will error
const feedAccount = (await program.account.transmissions.fetch(state)) as any
logger.info(`Ownership details for feed (address):
logger.info(`Ownership details for feed ${address}:
- Current Owner: ${feedAccount.owner.toString()}
- Next Owner (proposed): ${feedAccount.proposedOwner?.toString()}`)

Expand Down

0 comments on commit 5feff9f

Please sign in to comment.