diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:52:21 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:52:21 -0700 |
| commit | 01b512f3a91f2080f4fae0abfd19f3e0e1dc53e9 (patch) | |
| tree | a8e7137064dd618b38bee9e35e6d989c77582001 /tests/unit_tests/multisig.cpp | |
| parent | f40b9e34e0b74f499f7b8c35fa3acdec7b0fbc1c (diff) | |
| parent | 76c16822d09fbebbc792dc999ea2d3432a63253a (diff) | |
| download | monzero-core-01b512f3a91f2080f4fae0abfd19f3e0e1dc53e9.tar.gz monzero-core-01b512f3a91f2080f4fae0abfd19f3e0e1dc53e9.tar.xz monzero-core-01b512f3a91f2080f4fae0abfd19f3e0e1dc53e9.zip | |
Merge pull request #6716
76c16822d wallet2_api: implement runtime proxy configuration (xiphon)
Diffstat (limited to 'tests/unit_tests/multisig.cpp')
| -rw-r--r-- | tests/unit_tests/multisig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/multisig.cpp b/tests/unit_tests/multisig.cpp index 3171a64c1..79775960d 100644 --- a/tests/unit_tests/multisig.cpp +++ b/tests/unit_tests/multisig.cpp @@ -71,7 +71,7 @@ static void make_wallet(unsigned int idx, tools::wallet2 &wallet) try { - wallet.init("", boost::none, boost::asio::ip::tcp::endpoint{}, 0, true, epee::net_utils::ssl_support_t::e_ssl_support_disabled); + wallet.init("", boost::none, "", 0, true, epee::net_utils::ssl_support_t::e_ssl_support_disabled); wallet.set_subaddress_lookahead(1, 1); wallet.generate("", "", spendkey, true, false); ASSERT_TRUE(test_addresses[idx].address == wallet.get_account().get_public_address_str(cryptonote::TESTNET)); |
