Skip to content

Commit

Permalink
fix: fix bad cert path
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Jul 21, 2023
1 parent fbdadb8 commit d561b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const CONFIG = getConfig().APP;
const getBaseOptions = () => {
const chiaRoot = getChiaRoot();
const certificateFolderPath =
CONFIG.CERTIFICATE_FOLDER_PATH || `${chiaRoot}/config/ssl/wallet`;
CONFIG.CERTIFICATE_FOLDER_PATH || `${chiaRoot}/config/ssl`;

const certFile = path.resolve(
`${certificateFolderPath}/wallet/private_wallet.crt`,
Expand Down

0 comments on commit d561b97

Please sign in to comment.