Refactoring genesis, including PubKey into TxInput

This commit is contained in:
Jae Kwon
2014-12-28 00:44:56 -08:00
parent 70eb75dca7
commit f91665fe07
17 changed files with 308 additions and 178 deletions

View File

@ -2,9 +2,7 @@ package common
import "sync"
/*
CMap is a threadsafe map
*/
// CMap is a goroutine-safe map
type CMap struct {
m map[string]interface{}
l sync.Mutex