Merge remote-tracking branch 'abitmore/patch-3' into develop #631

This commit is contained in:
theoreticalbts 2016-03-25 19:13:14 -04:00
commit 395a68d61f

View file

@ -193,7 +193,7 @@ struct sign_state
if( approved_by.find(a.first) == approved_by.end() )
{
if( depth == max_recursion )
return false;
continue;
if( check_authority( get_active( a.first ), depth+1 ) )
{
approved_by.insert( a.first );