cleanup, comments

This commit is contained in:
Ethan Buchman
2015-07-12 02:16:33 +00:00
parent 24acda1afc
commit 751b892cba
6 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ func MakeGenesisState(db dbm.DB, genDoc *GenesisDoc) *State {
// Make namereg tree
nameReg := merkle.NewIAVLTree(binary.BasicCodec, NameRegCodec, 0, db)
// TODO: add names to genesis.json
// TODO: add names, contracts to genesis.json
// IAVLTrees must be persisted before copy operations.
accounts.Save()