FC Updates from BitShares and myself #21

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

View file

@ -100,16 +100,8 @@ void cli::run()
{
break;
}
// We have to hide sensitive information on the fly
#ifdef HAVE_EDITLINE
if (rl_check_secret(rl_line_buffer))
std::cout << " *** secret *** " << "\n";
else
#endif
{
std::cout << line << "\n";
}
std::cout << "\n";
line += char(EOF);
fc::variants args = fc::json::variants_from_string(line);