Update error message

This commit is contained in:
gladcow 2019-11-01 17:11:26 +03:00 committed by GitHub
parent c1208b36f6
commit de842e1218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ void account_options::validate() const
FC_ASSERT( needed_witnesses == 0,
"May not specify fewer witnesses than the number voted for.");
FC_ASSERT( needed_committee == 0,
"May not specify committee members than the number voted for.");
"May not specify fewer committee members than the number voted for.");
FC_ASSERT( needed_sons == 0,
"May not specify fewer SONs than the number voted for.");
}