Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jul 23, 2024
1 parent 409fe9c commit 7fee4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
.forEach(([, options]) => {
options.platform.drive.tenderdash.docker.image = base.get('platform.drive.tenderdash.docker.image');

// Update Core RPC Tenderdash auth whitelist to replace quorumsign with qurumplatformsign
// Replace quorumsign with qurumplatformsign in Core RPC Tenderdash auth whitelist
options.core.rpc.users.tenderdash.whitelist = base.get('core.rpc.users.tenderdash.whitelist');
});
return configFile;
Expand Down

0 comments on commit 7fee4cc

Please sign in to comment.