-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
history: WitnessOrd::Tentative regardless the TX being mined or not #281
Comments
Wallet history API doesn't do refresh by itself. You need to call |
Calling You can see it by running
If I call |
Ok, probably this is because wallet sync only UTXOs belonging to the wallet and not the past witness transactions from outside. I will check what was the API for refreshing the witness transactions |
Well, additionally to But since the tests doesn't use cli |
Calling |
When calling the wallet history APIs,
WitnessInfo
hasWitnessOrd::Tentative
regardless the TX being mined or not. I think it might be a cache issue, because callingresolve_pub_witness_ord
on the resolver shows the TX has aWitnessOrd::Mined
The text was updated successfully, but these errors were encountered: