Log proposals and validations (#5291)

Adds detailed log messages for each validation and proposal received from the network.
This commit is contained in:
Mark Travis
2025-02-14 17:48:12 -08:00
committed by GitHub
parent dd5e6559dd
commit db0fad6826
6 changed files with 59 additions and 0 deletions

View File

@@ -77,6 +77,12 @@ struct Peer
return proposal_.getJson();
}
std::string
render() const
{
return "";
}
private:
Proposal proposal_;
};