From 80747a0872c610c8dd42d107a831ff99fc390f98 Mon Sep 17 00:00:00 2001 From: Josef Widder <44643235+josef-widder@users.noreply.github.com> Date: Thu, 24 Sep 2020 09:59:24 +0200 Subject: [PATCH] fixed an overlooked conflict (#167) --- rust-spec/lightclient/detection/detection_001_reviewed.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rust-spec/lightclient/detection/detection_001_reviewed.md b/rust-spec/lightclient/detection/detection_001_reviewed.md index 379a05313..db8c29a14 100644 --- a/rust-spec/lightclient/detection/detection_001_reviewed.md +++ b/rust-spec/lightclient/detection/detection_001_reviewed.md @@ -695,13 +695,8 @@ func CreateEvidenceForPeer(peer PeerID, root LightBlock, trace LightStore) else { // the peer agrees with the trace, we move common forward // we could delete auxLS as it will be overwritten in -<<<<<<< HEAD:rust-spec/lightclient/detection/detection_001_reviewed.md - // the next iterationt - common := trace[i].Header -======= // the next iteration common := trace[i] ->>>>>>> bc3d1aff5ba358afb68f1698e5834995662ba74c:rust-spec/lightclient/detection/detection.md } } }