Browse Source

fixed an overlooked conflict (#167)

pull/7804/head
Josef Widder 4 years ago
committed by GitHub
parent
commit
80747a0872
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      rust-spec/lightclient/detection/detection_001_reviewed.md

+ 0
- 5
rust-spec/lightclient/detection/detection_001_reviewed.md View File

@ -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
}
}
}


Loading…
Cancel
Save