mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 03:57:40 +02:00
Merge pull request #9367 from lightningnetwork/0-18-4-branch-rc3
release: create branch for v0.18.4-beta
This commit is contained in:
@@ -47,7 +47,7 @@ const (
|
|||||||
|
|
||||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||||
// the semantic versioning spec.
|
// the semantic versioning spec.
|
||||||
AppPreRelease = "beta.rc2"
|
AppPreRelease = "beta"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
@@ -308,7 +308,8 @@ func (h *htlcIncomingContestResolver) Resolve(
|
|||||||
|
|
||||||
resolution, err := h.Registry.NotifyExitHopHtlc(
|
resolution, err := h.Registry.NotifyExitHopHtlc(
|
||||||
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, currentHeight,
|
h.htlc.RHash, h.htlc.Amt, h.htlcExpiry, currentHeight,
|
||||||
circuitKey, hodlQueue.ChanIn(), nil, payload,
|
circuitKey, hodlQueue.ChanIn(), h.htlc.CustomRecords,
|
||||||
|
payload,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Reference in New Issue
Block a user