forked from lthn/blockchain
fixed wrap endpoint url to new one
This commit is contained in:
parent
bff2bb94f9
commit
b03ba7da67
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit fd506b5669624c8deeab901347228c400d9dc89d
|
Subproject commit b028252d30a32e80c12fa890c306d3c5842e937a
|
||||||
|
|
@ -1183,7 +1183,7 @@ bool simple_wallet::validate_wrap_status(uint64_t amount)
|
||||||
|
|
||||||
currency::void_struct req = AUTO_VAL_INIT(req);
|
currency::void_struct req = AUTO_VAL_INIT(req);
|
||||||
currency::rpc_get_wrap_info_response res = AUTO_VAL_INIT(res);
|
currency::rpc_get_wrap_info_response res = AUTO_VAL_INIT(res);
|
||||||
bool r = epee::net_utils::invoke_http_json_remote_command2("http://wrapped.zano.org/api/get_wrap_info", req, res, http_client, 10000);
|
bool r = epee::net_utils::invoke_http_json_remote_command2("http://wrapped.zano.org/api2/get_wrap_info", req, res, http_client, 10000);
|
||||||
if (!r)
|
if (!r)
|
||||||
{
|
{
|
||||||
fail_msg_writer() << "Failed to request wrap status from server, check internet connection";
|
fail_msg_writer() << "Failed to request wrap status from server, check internet connection";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue