diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index 35c74bbdc..3b7f6c84f 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -2518,7 +2518,7 @@ Json::Value RPCServer::doWalletPropose(const Json::Value& params) Json::Value obj(Json::objectValue); obj["master_seed"] = naSeed.humanSeed(); - obj["master_key"] = naSeed.humanSeed1751(); + //obj["master_key"] = naSeed.humanSeed1751(); obj["account_id"] = naAccount.humanAccountID(); return obj;