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
if computed_merkle_root != Some(block_header.merkle_root)
367
+
|| indexes.len() != 1
368
+
|| matches.len() != 1
369
+
|| matches[0] != txid
370
+
{
366
371
log_error!(self.logger,"Retrieved Merkle block for txid {} doesn't match expectations. This should not happen. Please verify server integrity.", txid);
0 commit comments