We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2968e commit 647eff9Copy full SHA for 647eff9
1 file changed
lib/deterministicmnlist/SimplifiedMNList.js
@@ -58,7 +58,11 @@ SimplifiedMNList.prototype.applyDiff = function applyDiff(
58
simplifiedMNListDiff
59
) {
60
// This will copy an instance of SimplifiedMNListDiff or create a new instance
61
- const diff = new SimplifiedMNListDiff(simplifiedMNListDiff, this.network, this.llmqParamsOverride);
+ const diff = new SimplifiedMNListDiff(
62
+ simplifiedMNListDiff,
63
+ this.network,
64
+ this.llmqParamsOverride,
65
+ );
66
67
// only when we apply the first diff we set the network
68
if (!this.network) {
0 commit comments