mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 08:28:39 -04:00
Stagenet
This commit is contained in:
parent
cc9a0bee04
commit
af773211cb
58 changed files with 566 additions and 357 deletions
|
@ -37,7 +37,7 @@
|
|||
std::string address, payment_id, recipient_name, description, error; \
|
||||
uint64_t amount; \
|
||||
std::vector<std::string> unknown_parameters; \
|
||||
tools::wallet2 w(true); \
|
||||
tools::wallet2 w(cryptonote::TESTNET); \
|
||||
bool ret = w.parse_uri(uri, address, payment_id, amount, description, recipient_name, unknown_parameters, error); \
|
||||
ASSERT_EQ(ret, expected);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue