add "polling" to save settings
This commit is contained in:
parent
24d4859e32
commit
dcff92fb25
1 changed files with 2 additions and 0 deletions
|
|
@ -74,9 +74,11 @@ angular.module('copayApp.controllers').controller('SettingsController', function
|
||||||
var insightSettings = {
|
var insightSettings = {
|
||||||
livenet: {
|
livenet: {
|
||||||
url: $scope.insightLivenet,
|
url: $scope.insightLivenet,
|
||||||
|
transports: ['polling'],
|
||||||
},
|
},
|
||||||
testnet: {
|
testnet: {
|
||||||
url: $scope.insightTestnet,
|
url: $scope.insightTestnet,
|
||||||
|
transports: ['polling'],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue