Giter Club home page Giter Club logo

Comments (5)

rkfg avatar rkfg commented on July 1, 2024

Same happened to me just now. I quickly worked around it with this:

diff --git a/nursery/reverse.go b/nursery/reverse.go
index 802d4ef..604a401 100644
--- a/nursery/reverse.go
+++ b/nursery/reverse.go
@@ -158,6 +159,9 @@ func (nursery *Nursery) handleReverseSwapStatus(reverseSwap *database.ReverseSwa
 			logger.Error("Could not get LND fee estimation: " + err.Error())
 			return
 		}
+		if feeSatPerVbyte < 1 {
+			feeSatPerVbyte = 1
+		}
 
 		logger.Info("Using fee of " + strconv.FormatInt(feeSatPerVbyte, 10) + " sat/vbyte for claim transaction")
 

But a proper investigation needed of course. With this patch your only risk is that the transaction might get stuck but you can recover it easily with CPFP.

from boltz-client.

michael1011 avatar michael1011 commented on July 1, 2024

Same happened to me just now. I quickly worked around it with this:

This patch should get the transaction through.

But a proper investigation needed of course

I think I already know what's wrong. What LND version are you guys using @rkfg @lschmierer?

from boltz-client.

rkfg avatar rkfg commented on July 1, 2024

Compiled from master a few days ago, lncli version 0.13.99-beta commit=v0.13.0-beta-113-g583dee99

from boltz-client.

lschmierer avatar lschmierer commented on July 1, 2024

@michael1011 what was the motivation to get floor to 2 sats instead of 1 sat?

Also lightningnetwork/lnd#5483 is probably related

from boltz-client.

michael1011 avatar michael1011 commented on July 1, 2024

@michael1011 what was the motivation to get floor to 2 sats instead of 1 sat?

Sorry for the late reply. The reason is that the onchain HTLCs are somewhat time critical and in my experience using a 2 sat/vbyte fee is more reliable when lnd suggests 1 sat/vbyte. I have had quite a few transactions stuck at 1 sat/vbyte in the past.

from boltz-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.