mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Validators Work
Conflicts: src/ripple_app/ledger/LedgerMaster.cpp
This commit is contained in:
@@ -74,9 +74,11 @@ public:
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
/** Called when a validation with a proper signature is received.
|
||||
*/
|
||||
/** Called when a validation with a proper signature is received. */
|
||||
virtual void receiveValidation (ReceivedValidation const& rv) = 0;
|
||||
|
||||
/** Called when a ledger is closed. */
|
||||
virtual void ledgerClosed (RippleLedgerHash const& ledgerHash) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user