Skip to content

Commit

Permalink
add blockchain to app
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanschalm committed Jun 16, 2017
1 parent 216c99c commit 8473bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (

log "github.com/Sirupsen/logrus"

"github.com/ubclaunchpad/cumulus/blockchain"
"github.com/ubclaunchpad/cumulus/conf"
"github.com/ubclaunchpad/cumulus/conn"
"github.com/ubclaunchpad/cumulus/peer"
Expand All @@ -13,6 +14,7 @@ import (
var (
config *conf.Config
// TODO peer store once it's merged in
chain *blockchain.BlockChain
)

// Run sets up and starts a new Cumulus node with the
Expand Down

0 comments on commit 8473bd4

Please sign in to comment.