mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log proposals and validations (#5291)
Adds detailed log messages for each validation and proposal received from the network.
This commit is contained in:
@@ -77,6 +77,12 @@ struct Peer
|
||||
return proposal_.getJson();
|
||||
}
|
||||
|
||||
std::string
|
||||
render() const
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
private:
|
||||
Proposal proposal_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user