From e98927541414d63ca6a94539985370a8ed1ec895 Mon Sep 17 00:00:00 2001 From: Sandip Patel Date: Tue, 3 Dec 2019 19:44:16 +0530 Subject: [PATCH] removed multiple function definition --- libraries/wallet/wallet.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/wallet/wallet.cpp b/libraries/wallet/wallet.cpp index 50af7798..f64e5beb 100644 --- a/libraries/wallet/wallet.cpp +++ b/libraries/wallet/wallet.cpp @@ -1083,13 +1083,6 @@ public: return true; } - void quit() - { - ilog( "Quitting Cli Wallet ..." ); - - throw fc::canceled_exception(); - } - void save_wallet_file(string wallet_filename = "") { //