You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a duplicate of information in the PoS block structure:
{ $where : "this.algorithm == 'pos' && this.resolver != '' && this.resolver2 != '' &&this.resolver2 != this.resolver" } --> this query always returns empty set of results.
resolver !="" on PoS blocks
when resolver2 != "", resolver == resolver2
The text was updated successfully, but these errors were encountered:
There is a duplicate of information in the PoS block structure:
{ $where : "this.algorithm == 'pos' && this.resolver != '' && this.resolver2 != '' &&this.resolver2 != this.resolver" } --> this query always returns empty set of results.
resolver !="" on PoS blocks
when resolver2 != "", resolver == resolver2
The text was updated successfully, but these errors were encountered: