Refactor: Use From<PaymentPreimage> when constructing PaymentHash #172
Labels
Code Health
Refactors and improvements to the structure of the code
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
#165 introduces the use of
PaymentHash
manually building fromPaymentPreimage
. Recently, LDK added the ability to build the former from the latter into their API: lightningdevkit/rust-lightning#2916.Update our LDK version and replace the manual construction from the corresponding call when it gets released
The text was updated successfully, but these errors were encountered: