Skip to content

Commit

Permalink
log out blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoldenmule committed May 24, 2024
1 parent 18dc833 commit ac97d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/Web3Service.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const initWeb3 = (logger) => {
const chain = sails.config.custom.blockchain.chain;
const contracts = sails.config.custom.blockchain.contracts;

logger.info(`Configuring wallet for ${ownerAddr}.`);
logger.info(`Configuring wallet for '${process.env.WEB3_CHAIN}'.`);

_account = privateKeyToAccount(ownerPk);

Expand Down

0 comments on commit ac97d25

Please sign in to comment.