mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Bump lightning lib (#3453)
* Bump lightning lib * Fix endianness of description hash text
This commit is contained in:
@@ -369,7 +369,7 @@ namespace BTCPayServer
|
||||
}
|
||||
}
|
||||
|
||||
var descriptionHash = new uint256(Hashes.SHA256(Encoding.UTF8.GetBytes(metadata)));
|
||||
var descriptionHash = new uint256(Hashes.SHA256(Encoding.UTF8.GetBytes(metadata)), false);
|
||||
LightningInvoice invoice;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user