forked from coinchimp/kaspool-payment
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Implement proper handling for PendingTransaction in trxManager c…
…lass - Corrected the usage of transaction methods in trxManager to align with the Kaspa WASM bindings. - Replaced the use of the non-existent `finalize` method with the correct `submit` method for `PendingTransaction`. - Ensured proper signing and submission of transactions using the `sign` and `submit` methods on `PendingTransaction`. - Implemented a polling mechanism to wait for UTXO maturity before processing subsequent transactions. - Retained all existing logic while integrating new functionality to handle UTXO maturity safely and sequentially.
- Loading branch information
1 parent
823dc21
commit 0e8ec71
Showing
1 changed file
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters