forked from tornadocash/classic-ui
fix: #11
This commit is contained in:
parent
ea97a39aff
commit
5aef9e6d06
@ -187,7 +187,9 @@ export default {
|
||||
},
|
||||
onSave() {
|
||||
this.SAVE_RPC({ ...this.rpc, netId: this.netId })
|
||||
this.SAVE_RPC({ ...this.ethRpc, netId: 1 })
|
||||
if (this.netId !== 1) {
|
||||
this.SAVE_RPC({ ...this.ethRpc, netId: 1 })
|
||||
}
|
||||
this.$emit('close')
|
||||
},
|
||||
onCancel() {
|
||||
|
Loading…
Reference in New Issue
Block a user