-
Notifications
You must be signed in to change notification settings - Fork 109
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
挖矿时,无法自动close #23
Labels
bug
Something isn't working
Comments
Merged
可能之前的本地数据没有清除,虽然新版本不会再次产生这种情况,但是老的数据还在,一种办法是在代码里加一个规避,wallet从ticket执行器获取到票的时候,再进行一次判断过滤,把状态是3的过滤掉,不再触发这个票的关闭(List是从localDB找的,返回的数据在stateDB,所以可以再次判断状态) |
@vipwzw 看看这样做行不行 |
重新新升级localdb 可以解决这个问题吗?如果可以,把localdb的version 提高就可以了。 |
应该可以,前面的错误交易还是执行不过,但是等到后面这个节点再去发关闭交易的时候,不会带上这个已经关闭的票了 |
重新升级localdb 已经可以了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
开启自动挖矿的钱包挖矿时,不会自动close
地址:1K7Fko7e21F2qXdYriVLheJue5ZW5KerZL
The text was updated successfully, but these errors were encountered: