Skip to content

Commit ddeb835

Browse files
authored
Merge pull request #9367 from lightningnetwork/0-18-4-branch-rc3
release: create branch for v0.18.4-beta
2 parents 3c08109 + 74d15d1 commit ddeb835

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
// AppPreRelease MUST only contain characters from semanticAlphabet per
4949
// the semantic versioning spec.
50-
AppPreRelease = "beta.rc2"
50+
AppPreRelease = "beta"
5151
)
5252

5353
func init() {

contractcourt/htlc_incoming_contest_resolver.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ func (h *htlcIncomingContestResolver) Resolve(
308308

309309
resolution, err := h.Registry.NotifyExitHopHtlc(
310310
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, currentHeight,
311-
circuitKey, hodlQueue.ChanIn(), nil, payload,
311+
circuitKey, hodlQueue.ChanIn(), h.htlc.CustomRecords,
312+
payload,
312313
)
313314
if err != nil {
314315
return nil, err

0 commit comments

Comments
 (0)