config.ConfigWrapper -> config.Wrapper

This commit is contained in:
Jakob Borg
2014-12-08 16:39:11 +01:00
parent 9d07aa006d
commit febeed3277
5 changed files with 26 additions and 26 deletions

View File

@@ -126,7 +126,7 @@ type BlockFinder struct {
mut sync.RWMutex
}
func NewBlockFinder(db *leveldb.DB, cfg *config.ConfigWrapper) *BlockFinder {
func NewBlockFinder(db *leveldb.DB, cfg *config.Wrapper) *BlockFinder {
if blockFinder != nil {
return blockFinder
}