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
console.log('verifying mutation op for '+this.hash());
616
-
console.log('auth',auth);
617
-
618
613
constusedKeys=newSet<string>();
619
614
620
615
if(!auth.verify(op,usedKeys)){
621
-
console.log('verification failed')
616
+
HashedObject.validationLog.warning('Could not verify authorization for op '+op.hash()+', a '+op.getClassName()+' being applied to '+this.hash()+', a '+this.getClassName());
HashedObject.validationLog.warning('Authorization key checking step failed for op '+op.hash()+', a '+op.getClassName()+' being applied to '+this.hash()+', a '+this.getClassName());
0 commit comments