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
Currently, the two wallet syncs are conducted independently in LdkLiteChainAccess.
As this may be partly redundant, we should try to consolidate the two wallet syncs. Doing this properly might depend on upstream changes (i.e. more traits in BDK), but we could at least try to do a 'dirty' version of this soon.
The text was updated successfully, but these errors were encountered:
So, we should also look into making the existing blockchain traits (GetHeight, GetTx, etc.) Send, since this seems to be showstopper that hindered us from using them (vs. the 'raw' esplora client API methods) when migrating to the async BDK interface.
Currently, the two wallet syncs are conducted independently in
LdkLiteChainAccess
.As this may be partly redundant, we should try to consolidate the two wallet syncs. Doing this properly might depend on upstream changes (i.e. more traits in BDK), but we could at least try to do a 'dirty' version of this soon.
The text was updated successfully, but these errors were encountered: