-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Freezing Wallet Balance During Unconfirmed Transactions #939
Comments
Hello. If you need a solution out of the box, then you can use the credits functionality for this. Place a lock on your wallet through the AtomicServiceInterface, create an unconfirmed transaction and reduce the credit limit (default is zero). When you confirm or cancel a transaction, you return the credit limit back. |
How can I apply credits during deposit, withdrawal, or transfer? |
Demo: #940 It will work similarly with all operations. Essentially, a negative credit limit will prevent operations from working (without the force flag). IMPORTANT! Here you monitor the update of meta and race condition yourself, and not the package, as is the case with the balance. |
|
Thanks a lot |
Were you able to solve your problem? Can the issue be closed? |
Dear @rez1dent3,
I'm interested in freezing the wallet balance during unconfirmed transactions. Could you guide me on achieving this functionality?
The text was updated successfully, but these errors were encountered: