Subject UNL changeset to consensus. (#183)

This commit is contained in:
Chalith Desaman
2020-12-07 13:06:58 +05:30
committed by GitHub
parent da0eb08512
commit a87e8a0c7e
17 changed files with 309 additions and 49 deletions

View File

@@ -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;