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 task is about implementing a moved funds sweep action trigger in the client. All wallets that received moved funds must merge them without their own main UTXO. A possible problem to consider is multiple wallets doing this at the same time (may affect performance).
Important note: As for now, wallet actions are triggered using the wallet coordinator mechanism. However, there is ongoing work aiming to replace this mechanism with a better alternative. The moved funds sweep trigger must adhere to the new solution. See keep-network/tbtc-v2#737 for reference.
The content you are editing has changed. Please copy your edits and refresh the page.
This task is about implementing a moved funds sweep action trigger in the client. All wallets that received moved funds must merge them without their own main UTXO. A possible problem to consider is multiple wallets doing this at the same time (may affect performance).
Important note: As for now, wallet actions are triggered using the wallet coordinator mechanism. However, there is ongoing work aiming to replace this mechanism with a better alternative. The moved funds sweep trigger must adhere to the new solution. See keep-network/tbtc-v2#737 for reference.
Tasks
The text was updated successfully, but these errors were encountered: