mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Amendment RPC enhancements:
* RPC command to veto/unveto * Store votes * Add vote information to JSON * Add ledger majority information to JSON * Config section for vetos
This commit is contained in:
@@ -130,8 +130,7 @@ cdirNext (ReadView const& view,
|
||||
beast::Journal j);
|
||||
|
||||
// Return the list of enabled amendments
|
||||
using enabledAmendments_t = std::set <uint256>;
|
||||
enabledAmendments_t
|
||||
std::set <uint256>
|
||||
getEnabledAmendments (ReadView const& view);
|
||||
|
||||
// Return a map of amendments that have achieved majority
|
||||
|
||||
Reference in New Issue
Block a user