You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with the monero plugin after calling the resyncBlockchain function on my Monero Wallets.
Here is my use case: I want to clear out my wallet from all the coins that have been sent to it. To make sure I have the full transaction history I call resyncBlockchain to start pulling all the transactions from the network before spending anything.
Then I monitor the syncing progress with the onAddressesChecked callback. However these callbacks don't get triggered anymore for my Monero wallets only. They do work just after I login to my account through the SDK. Debugging the resyncBlockchain function in the monero plugin there is something weird happening in the loginInnerLoop function:
The variable loggedIn is true even though killEngine was called before in the resyncBlockchain function. Because of that the onAddressesChecked don't get added to the loop.
I could not find why that variable would be true but happy to help in debugging this further!
The text was updated successfully, but these errors were encountered:
Hi,
I am experiencing an issue with the monero plugin after calling the resyncBlockchain function on my Monero Wallets.
Here is my use case: I want to clear out my wallet from all the coins that have been sent to it. To make sure I have the full transaction history I call resyncBlockchain to start pulling all the transactions from the network before spending anything.
Then I monitor the syncing progress with the onAddressesChecked callback. However these callbacks don't get triggered anymore for my Monero wallets only. They do work just after I login to my account through the SDK. Debugging the resyncBlockchain function in the monero plugin there is something weird happening in the loginInnerLoop function:
The variable loggedIn is true even though killEngine was called before in the resyncBlockchain function. Because of that the onAddressesChecked don't get added to the loop.
I could not find why that variable would be true but happy to help in debugging this further!
The text was updated successfully, but these errors were encountered: