Skip to content

Commit f3a6879

Browse files
committed
api_data
1 parent 1fb8c78 commit f3a6879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets_js_bitrequest_monitors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function handle_rpc_fails(rd, rdo, error, api_data, all_proxys) {
660660
api_callback(requestid);
661661
return
662662
}
663-
const api_url = rpc_data.url,
663+
const api_url = api_data.url,
664664
nextrpc = get_next_rpc(rd.payment, api_url, requestid);
665665
let nextapi;
666666
if (nextrpc === false) {

0 commit comments

Comments
 (0)