What is the unit of time_lock_delta in LND?What is the unit “Th” as in Th/s?RPC call to lndlnd service fails frequentlyHow can I see what is bitcoin tx for pending Lighting channel (lnd)Failed to start lnd.service: Unit bitcoind.service not found. (lnd installation)Lightning network (lnd): What's the best way to report lnd server issues/ask for help with channels that won't close?How to uninstall lnd on ubuntu?how connecting lnd to btcpayserverBetweeness Centrality LND nodeLND application for InitWallet

Multiple options vs single option UI

Work requires me to come in early to start computer but wont let me clock in to get paid for it

Multiple fireplaces in an apartment building?

Is Diceware more secure than a long passphrase?

What does "function" actually mean in music?

Does the damage from the Absorb Elements spell apply to your next attack, or to your first attack on your next turn?

What does a straight horizontal line above a few notes, after a changed tempo mean?

What is the unit of time_lock_delta in LND?

Crossed out red box fitting tightly around image

Can I criticise the more senior developers around me for not writing clean code?

What *exactly* is electrical current, voltage, and resistance?

How can I practically buy stocks?

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?

What is the best way to deal with NPC-NPC combat?

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Complex numbers z=-3-4i polar form

How much cash can I safely carry into the USA and avoid civil forfeiture?

Philosophical question on logistic regression: why isn't the optimal threshold value trained?

Creating a chemical industry from a medieval tech level without petroleum

std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?

Why did C use the -> operator instead of reusing the . operator?

What is purpose of DB Browser(dbbrowser.aspx) under admin tool?

Apply a different color ramp to subset of categorized symbols in QGIS?

"The cow" OR "a cow" OR "cows" in this context



What is the unit of time_lock_delta in LND?


What is the unit “Th” as in Th/s?RPC call to lndlnd service fails frequentlyHow can I see what is bitcoin tx for pending Lighting channel (lnd)Failed to start lnd.service: Unit bitcoind.service not found. (lnd installation)Lightning network (lnd): What's the best way to report lnd server issues/ask for help with channels that won't close?How to uninstall lnd on ubuntu?how connecting lnd to btcpayserverBetweeness Centrality LND nodeLND application for InitWallet













1















LND has a configuration setting called time_lock_delta with the description "The required timelock delta for HTLCs forwarded over the channel.". I assume this to refer to some measure of time, but what is the unit of this value?



Screnshot of LND documentation



None of the four files in the LND repository that contain this string appear to mention the unit either.










share|improve this question




























    1















    LND has a configuration setting called time_lock_delta with the description "The required timelock delta for HTLCs forwarded over the channel.". I assume this to refer to some measure of time, but what is the unit of this value?



    Screnshot of LND documentation



    None of the four files in the LND repository that contain this string appear to mention the unit either.










    share|improve this question


























      1












      1








      1








      LND has a configuration setting called time_lock_delta with the description "The required timelock delta for HTLCs forwarded over the channel.". I assume this to refer to some measure of time, but what is the unit of this value?



      Screnshot of LND documentation



      None of the four files in the LND repository that contain this string appear to mention the unit either.










      share|improve this question
















      LND has a configuration setting called time_lock_delta with the description "The required timelock delta for HTLCs forwarded over the channel.". I assume this to refer to some measure of time, but what is the unit of this value?



      Screnshot of LND documentation



      None of the four files in the LND repository that contain this string appear to mention the unit either.







      terminology lightning-network-daemon channels






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 42 mins ago







      Murch

















      asked 1 hour ago









      MurchMurch

      35.7k27116340




      35.7k27116340




















          2 Answers
          2






          active

          oldest

          votes


















          2














          The time_lock_delta is the minimum difference in the number of blocks between the CLTV of an incoming HTLC and the forwarded HTLC.



          Full details are described in BOLT2 # CLTV expiry delta.






          share|improve this answer






























            1














            It seems to me that the field time_lock_delta in LND corresponds to what BOLT#7 refers to as cltv_expiry_delta. Which the specification explains to be "the number of blocks it will subtract from an incoming HTLC's cltv_expiry".



            Hence, the unit would be a count of blocks.






            share|improve this answer























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "308"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f87294%2fwhat-is-the-unit-of-time-lock-delta-in-lnd%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              The time_lock_delta is the minimum difference in the number of blocks between the CLTV of an incoming HTLC and the forwarded HTLC.



              Full details are described in BOLT2 # CLTV expiry delta.






              share|improve this answer



























                2














                The time_lock_delta is the minimum difference in the number of blocks between the CLTV of an incoming HTLC and the forwarded HTLC.



                Full details are described in BOLT2 # CLTV expiry delta.






                share|improve this answer

























                  2












                  2








                  2







                  The time_lock_delta is the minimum difference in the number of blocks between the CLTV of an incoming HTLC and the forwarded HTLC.



                  Full details are described in BOLT2 # CLTV expiry delta.






                  share|improve this answer













                  The time_lock_delta is the minimum difference in the number of blocks between the CLTV of an incoming HTLC and the forwarded HTLC.



                  Full details are described in BOLT2 # CLTV expiry delta.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 46 mins ago









                  Mark HMark H

                  1,15419




                  1,15419





















                      1














                      It seems to me that the field time_lock_delta in LND corresponds to what BOLT#7 refers to as cltv_expiry_delta. Which the specification explains to be "the number of blocks it will subtract from an incoming HTLC's cltv_expiry".



                      Hence, the unit would be a count of blocks.






                      share|improve this answer



























                        1














                        It seems to me that the field time_lock_delta in LND corresponds to what BOLT#7 refers to as cltv_expiry_delta. Which the specification explains to be "the number of blocks it will subtract from an incoming HTLC's cltv_expiry".



                        Hence, the unit would be a count of blocks.






                        share|improve this answer

























                          1












                          1








                          1







                          It seems to me that the field time_lock_delta in LND corresponds to what BOLT#7 refers to as cltv_expiry_delta. Which the specification explains to be "the number of blocks it will subtract from an incoming HTLC's cltv_expiry".



                          Hence, the unit would be a count of blocks.






                          share|improve this answer













                          It seems to me that the field time_lock_delta in LND corresponds to what BOLT#7 refers to as cltv_expiry_delta. Which the specification explains to be "the number of blocks it will subtract from an incoming HTLC's cltv_expiry".



                          Hence, the unit would be a count of blocks.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 44 mins ago









                          MurchMurch

                          35.7k27116340




                          35.7k27116340



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Bitcoin Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbitcoin.stackexchange.com%2fquestions%2f87294%2fwhat-is-the-unit-of-time-lock-delta-in-lnd%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

                              2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

                              Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?