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
// TODO can we check the merkle proof here to be sure?
269
+
if !validate_merkle_proof(**txid, block_header.merkle_root.as_hash(),&merkle_res){
270
+
log_error!(self.logger,"Retrieved Merkle block for txid {} doesn't match expectations. This should not happen. Please verify server integrity.", txid);
// TODO can we check the merkle proof here to be sure?
310
+
if !validate_merkle_proof(txid, block_header.merkle_root.as_hash(),&merkle_res){
311
+
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