-
Notifications
You must be signed in to change notification settings - Fork 155
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
Segfault using --vsp.sync #1913
Comments
Does this panic if both --enableticketbuyer and --vsp.url are configured? |
Sweet, the segfault is avoided with I think all we may need here is a warning message indicating "ticketbuyer is not enabled, will not sync tickets to vsp." |
Getting a similar segfault with dcrwallet v1.6.3. I would like to sync managed tickets even when the ticketbuyer is off like suggested by #2058. |
dcrwallet linux-amd64-v1.6.0-rc3 segfaults when attempting to use the
--vsp.sync
flag:Seems like this feature would be useful given that vspd can require several fee payment attempts to pick up a new ticket. I'm assuming that's the intention of this flag, as afaik there is no other way to check if my tickets are on the vsp.
The text was updated successfully, but these errors were encountered: