mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 17:34:20 -04:00
wallet2: make --restricted-rpc available for wallet RPC only
This commit is contained in:
parent
4d66939791
commit
a64f57fe42
8 changed files with 48 additions and 51 deletions
|
@ -671,8 +671,7 @@ TEST(Serialization, serializes_ringct_types)
|
|||
TEST(Serialization, portability_wallet)
|
||||
{
|
||||
const cryptonote::network_type nettype = cryptonote::TESTNET;
|
||||
const bool restricted = false;
|
||||
tools::wallet2 w(nettype, restricted);
|
||||
tools::wallet2 w(nettype);
|
||||
const boost::filesystem::path wallet_file = unit_test::data_dir / "wallet_9svHk1";
|
||||
string password = "test";
|
||||
bool r = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue