mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
Fixed account.PubkeyEd25519 String() bug
This commit is contained in:
@ -58,7 +58,7 @@ func initDefaults() {
|
||||
App.SetDefault("RPC.HTTP.ListenAddr", "0.0.0.0:8081")
|
||||
|
||||
App.SetDefault("GenesisFile", rootDir+"/genesis.json")
|
||||
App.SetDefault("AddrbookFile", rootDir+"/addrbook.json")
|
||||
App.SetDefault("AddrBookFile", rootDir+"/addrbook.json")
|
||||
App.SetDefault("PrivValidatorfile", rootDir+"/priv_validator.json")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user