Skip to content

Commit

Permalink
Merge unmerged code (sorry)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfbachmann committed Jun 17, 2017
1 parent 868352f commit 9713590
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func Run(cfg conf.Config) {
// peer is running
go peer.MaintainConnections()
select {}
<<<<<<< HEAD
}

// RequestHandler is called every time a peer sends us a request message expect
Expand Down Expand Up @@ -95,9 +94,8 @@ func PushHandler(push *msg.Push) {
default:
// Invalid resource type. Ignore
}
=======

// Ask target for its peers
// Connect to these peers until we have enough peers
// Download the blockchain
>>>>>>> 63-app-skeleton
}

0 comments on commit 9713590

Please sign in to comment.