Skip to content

Commit

Permalink
Merge pull request #9367 from lightningnetwork/0-18-4-branch-rc3
Browse files Browse the repository at this point in the history
release: create branch for v0.18.4-beta
  • Loading branch information
guggero authored Dec 17, 2024
2 parents 3c08109 + 74d15d1 commit ddeb835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc2"
AppPreRelease = "beta"
)

func init() {
Expand Down
3 changes: 2 additions & 1 deletion contractcourt/htlc_incoming_contest_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddeb835

Please sign in to comment.