Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 5f3ace5ca3 - Show all commits

View file

@ -135,6 +135,7 @@ static char *my_rl_complete(char *token, int *match)
if (count == 1) {
*match = 1;
method_name += " ";
return strdup (method_name.c_str() + matchlen);
}