What is the unit of time_lock_delta in LND?RPC call to lndHow can I see what is bitcoin tx for pending Lighting channel (lnd)Failed to start lnd.service: Unit bitcoind.service not found. (lnd installation)Running LND on testnet and mainnet at the same time on the same pcCreating multiple clients inside a single lnd nodeHow to get the wallet address of my own LND node?

UK PM is taking his proposal to EU but has not proposed to his own parliament - can he legally bypass the UK parliament?

I didn't do any exit passport control when leaving Japan. What should I do?

Why does 1.1.1.1 not resolve archive.is?

Would removing the "total cover" part of a Paladin's Divine Sense unbalance the feature?

How do you translate "Don't Fear the Reaper" into Latin?

Fill a bowl with alphabet soup

C4_4 Reflection!

What's the most efficient way to draw this region?

What is a light-year, really?

Is it reasonable to ask candidates to create a profile on Google Scholar?

Google can't fetch large sitemap with 50k URLs, nor will browsers render it

"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?

Giving a character trauma but not "diagnosing" her?

Novel set in the future, children cannot change the class they are born into, one class is made uneducated by associating books with pain

Is there a practical way of making democratic-like system skewed towards competence?

What does "drop" mean in this context?

How can AnyDVD destroy a DVD drive?

What is this dial on my old film camera for?

Is it realistic that an advanced species isn't good at war?

Did smallpox emerge in 1580?

How can I add just the second elements in lists of pairs?

If the music alphabet had more than 7 letters would octaves still sound like the same note?

Future of iTunes and audio files in its library

Get first and last day of the week in Ampscript



What is the unit of time_lock_delta in LND?


RPC call to lndHow can I see what is bitcoin tx for pending Lighting channel (lnd)Failed to start lnd.service: Unit bitcoind.service not found. (lnd installation)Running LND on testnet and mainnet at the same time on the same pcCreating multiple clients inside a single lnd nodeHow to get the wallet address of my own LND node?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









3

















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


































    3

















    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






























      3












      3








      3








      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



      share|improve this question








      edited Apr 25 at 22:02







      Murch

















      asked Apr 25 at 21:44









      MurchMurch

      36.7k27 gold badges121 silver badges360 bronze badges




      36.7k27 gold badges121 silver badges360 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          4


















          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


















            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/4.0/"u003ecc by-sa 4.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









              4


















              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






























                4


















                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




























                  4














                  4










                  4









                  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



                  share|improve this answer










                  answered Apr 25 at 21:58









                  Mark HMark H

                  1,6241 gold badge1 silver badge9 bronze badges




                  1,6241 gold badge1 silver badge9 bronze badges


























                      2


















                      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






























                        2


















                        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




























                          2














                          2










                          2









                          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



                          share|improve this answer










                          answered Apr 25 at 22:00









                          MurchMurch

                          36.7k27 gold badges121 silver badges360 bronze badges




                          36.7k27 gold badges121 silver badges360 bronze badges































                              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

                              Tamil (spriik) Luke uk diar | Nawigatjuun

                              Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                              Training a classifier when some of the features are unknownWhy does Gradient Boosting regression predict negative values when there are no negative y-values in my training set?How to improve an existing (trained) classifier?What is effect when I set up some self defined predisctor variables?Why Matlab neural network classification returns decimal values on prediction dataset?Fitting and transforming text data in training, testing, and validation setsHow to quantify the performance of the classifier (multi-class SVM) using the test data?How do I control for some patients providing multiple samples in my training data?Training and Test setTraining a convolutional neural network for image denoising in MatlabShouldn't an autoencoder with #(neurons in hidden layer) = #(neurons in input layer) be “perfect”?