Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let the Nimiq SDK calculate the HTLC address
Instead of manually calculating it, we can use the built-in logic for HTLC creation transactions. We still need to recreate the parsed `transaction` though, because the recipient data is only known here and is part of the transaction hash (from which the HTLC address is calculated).
- Loading branch information