disabled STAKE for multisig - deferred solution until Salvium One

This commit is contained in:
Some Random Crypto Guy
2024-10-15 11:25:42 +01:00
parent 884db2b499
commit 6b8df3cee5

View File

@@ -8313,13 +8313,11 @@ bool simple_wallet::stake(const std::vector<std::string> &args_)
return true;
}
/*
if(m_wallet->multisig())
{
fail_msg_writer() << tr("This is a multisig wallet, staking is not currently supported");
return true;
}
*/
std::vector<std::string> local_args;
local_args.push_back(m_wallet->get_subaddress_as_str({m_current_subaddress_account,0}));