mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Subject UNL changeset to consensus. (#183)
This commit is contained in:
@@ -59,7 +59,7 @@ namespace unl
|
||||
/**
|
||||
* Called by contract to update unl at runtime.
|
||||
*/
|
||||
void update(const std::vector<std::string> &additions, const std::vector<std::string> &removals)
|
||||
void update(const std::set<std::string> &additions, const std::set<std::string> &removals)
|
||||
{
|
||||
if (additions.empty() && removals.empty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user