Stupid accounts
This commit is contained in:
@@ -105,8 +105,8 @@ void WalletTxToJSON(const CWalletTx& wtx, UniValue& entry)
|
|||||||
string AccountFromValue(const UniValue& value)
|
string AccountFromValue(const UniValue& value)
|
||||||
{
|
{
|
||||||
string strAccount = value.get_str();
|
string strAccount = value.get_str();
|
||||||
if (strAccount != "")
|
//if (strAccount != "")
|
||||||
throw JSONRPCError(RPC_WALLET_ACCOUNTS_UNSUPPORTED, "Accounts are unsupported");
|
// throw JSONRPCError(RPC_WALLET_ACCOUNTS_UNSUPPORTED, "Accounts are unsupported");
|
||||||
return strAccount;
|
return strAccount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user