Merge pull request #9367 from lightningnetwork/0-18-4-branch-rc3

release: create branch for v0.18.4-beta
This commit is contained in:
Oliver Gugger
2024-12-17 21:17:09 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc2"
AppPreRelease = "beta"
)
func init() {

View File

@@ -308,7 +308,8 @@ func (h *htlcIncomingContestResolver) Resolve(
resolution, err := h.Registry.NotifyExitHopHtlc(
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, currentHeight,
circuitKey, hodlQueue.ChanIn(), nil, payload,
circuitKey, hodlQueue.ChanIn(), h.htlc.CustomRecords,
payload,
)
if err != nil {
return nil, err