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
This is found in the refreshBalance method of the Wallet class, I looked up the called method in the regulator service the below code is found in the sync method
Hello. Start by reading articles on inner workings: #412#562#589
The Regulator only works with the array cache, while the Bookkeeper works with the cache state. Those changes from the Regulator are applied at the end of the transaction.
I am doing a workaround on the library, I am having some difficulties understanding the below lines
This is found in the
refreshBalance
method of the Wallet class, I looked up the called method in the regulator service the below code is found in thesync
methodI believe this synchronizes the Transactions Table and update the wallet.
I am trying to replicate this by synchronizing another table and updating the wallet table but it seems not to work.
I would appreciate your time for some clarification, thanks.
The text was updated successfully, but these errors were encountered: