mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 11:41:39 +00:00
Anton's suggested changes
This commit is contained in:
@ -627,7 +627,7 @@ func (n *Node) ConfigureRPC() {
|
||||
rpccore.SetP2PTransport(n)
|
||||
pubKey, err := n.privValidator.GetPubKey()
|
||||
if err != nil {
|
||||
n.Logger.Error("Error configuring RPC.", "err", err)
|
||||
n.Logger.Error("Error configuring RPC", "err", err)
|
||||
}
|
||||
rpccore.SetPubKey(pubKey)
|
||||
rpccore.SetGenesisDoc(n.genesisDoc)
|
||||
|
Reference in New Issue
Block a user