mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-04 15:23:39 +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() {
|
||||
return null;
|
||||
// @ts-ignore
|
||||
const pollingInterval = 3000;
|
||||
// console.warning in production to explain to users why we are making a call to localhost
|
||||
console.warn(
|
||||
|
Loading…
x
Reference in New Issue
Block a user