mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 21:04:31 +02:00
channeldb: read raw htlc attempt session key
This commit is contained in:
@@ -53,7 +53,7 @@ type duplicateHTLCAttemptInfo struct {
|
||||
attemptID uint64
|
||||
|
||||
// sessionKey is the ephemeral key used for this attempt.
|
||||
sessionKey *btcec.PrivateKey
|
||||
sessionKey [btcec.PrivKeyBytesLen]byte
|
||||
|
||||
// route is the route attempted to send the HTLC.
|
||||
route route.Route
|
||||
|
Reference in New Issue
Block a user