X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Frpcwallet.cpp;fp=src%2Frpcwallet.cpp;h=afef907273f3f11f235d458ee09c0c2b0e65a23d;hp=e75fe87e9c5dcc2f6b5e228cfb60503c2ed8376a;hb=14d2051eacfd099d669305ca255d04769c1b793d;hpb=fd3e29de89dadb40606f9b5c258b673ba9f24798 diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index e75fe87..afef907 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1677,7 +1677,7 @@ Value encryptwallet(const Array& params, bool fHelp) return "wallet encrypted; NovaCoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } -class DescribeAddressVisitor : public boost::static_visitor +class DescribeAddressVisitor { private: isminetype mine;