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
log_error!(self.logger,"Retrieved Merkle block for txid {} doesn't match expectations. This should not happen. Please verify server integrity.", txid);
286
+
returnErr(InternalError::Failed);
287
+
}
288
+
287
289
let pos = *indexes.get(0).ok_or(InternalError::Failed)? asusize;
0 commit comments