removed multiple function definition

This commit is contained in:
Sandip Patel 2019-12-03 19:44:16 +05:30
parent 9a9c35649b
commit e989275414

View file

@ -1083,13 +1083,6 @@ public:
return true;
}
void quit()
{
ilog( "Quitting Cli Wallet ..." );
throw fc::canceled_exception();
}
void save_wallet_file(string wallet_filename = "")
{
//