Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: need a way to disable dex server accounts without deleting #2943

Closed
buck54321 opened this issue Sep 3, 2024 · 2 comments · Fixed by #2946
Closed

core: need a way to disable dex server accounts without deleting #2943

buck54321 opened this issue Sep 3, 2024 · 2 comments · Fixed by #2946
Assignees

Comments

@buck54321
Copy link
Member

Currently "disable account" for a server bascially deletes the account. But it won't let you do that with active bonds. We need a way to disable the account without actually deleting it and while still monitoring bonds to refund, in a similar fashion to how we can disable individual wallets.

@ukane-philemon
Copy link
Contributor

I'd like to look into this.

@dajohi
Copy link
Member

dajohi commented Sep 3, 2024

func (*core).DisableExchange(disable bool) error {}
and
type Exchange struct gets a Disabled bool

then core doesn't auto connect to any exchange with Disabled = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants