Skip to content

chore: remove verifyOnLoading from config #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

yoxira
Copy link
Member

@yoxira yoxira commented May 26, 2025

verifyOnLoading isn't used.

@@ -315,7 +314,7 @@ __private.loadTransactions = function (cb) {
*/
__private.loadBlockChain = function () {
var offset = 0, limit = Number(library.config.loading.loadPerIteration) || 1000;
var verify = Boolean(library.config.loading.verifyOnLoading);
var verify = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worth adding a note here — a summary of what we've discussed in Trello

@adamant-al adamant-al requested a review from confleux May 26, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants