channeldb: read raw htlc attempt session key

This commit is contained in:
carla
2021-05-19 09:03:52 +02:00
parent eb068bf666
commit 8071ebb16a
5 changed files with 52 additions and 23 deletions

View File

@@ -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