mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 05:01:44 +00:00
Refactoring genesis, including PubKey into TxInput
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user