-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent webpack loading bindings when importing UTXOInput type (#…
…990) * fix: Prevent loading bindings when importing UtxoInput type. Constructs UtxoInput from outputId without callUtilsMethod. * fix: Improve variable naming in UTXOInput.fromOutputId * chore: Update changelog * chore: Bump nodejs bindings version * chore: Run prettier * fix: Attach UTXOInput util method (fromOutputId) dynamically (prevent bindings loading when using type UTXOInput)
- Loading branch information
Showing
4 changed files
with
31 additions
and
10 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
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