-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace bcoin with bitcoinjs-lib for deposit-sweep (#700)
Depends on: #696. Refs: #695. This PR replaces the `bcoin` library with `bitcoinjs-lib` for deposit sweep transactions. The `bcoin` library was removed from `deposit-sweep.ts`. After this update, deposit sweep generally works in the same way as before. The only difference is that transaction inputs are always added in the same order: - main UTXO is added first - deposit inputs are added in the same order as the provided UTXOs. Before this change the inputs could be rearranged by the `bcoin` library.
- Loading branch information
Showing
11 changed files
with
617 additions
and
250 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
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
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
Oops, something went wrong.