mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 11:05:47 +00:00
disable local node polling until we allow the user to disable from the client
This commit is contained in:
parent
3497bffffe
commit
36a18315d8
@ -252,6 +252,8 @@ class CustomNodeModal extends React.Component<Props, State> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private pollForDefaultNodes() {
|
private pollForDefaultNodes() {
|
||||||
|
return null;
|
||||||
|
// @ts-ignore
|
||||||
const pollingInterval = 3000;
|
const pollingInterval = 3000;
|
||||||
// console.warning in production to explain to users why we are making a call to localhost
|
// console.warning in production to explain to users why we are making a call to localhost
|
||||||
console.warn(
|
console.warn(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user