Skip to content
Snippets Groups Projects
Commit e06c84cc authored by Mostafa's avatar Mostafa
Browse files

exporting blockchain struct instead of MutableBlockchain interface


Signed-off-by: default avatarMostafa <mostafa.sedaghat@gmail.com>
parent ead51dba
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ type PersistedState struct {
}
func LoadOrNewBlockchain(db dbm.DB, genesisDoc *genesis.GenesisDoc,
logger *logging.Logger) (MutableBlockchain, error) {
logger *logging.Logger) (*blockchain, error) {
logger = logger.WithScope("LoadOrNewBlockchain")
logger.InfoMsg("Trying to load blockchain state from database",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment