Skip to content

Commit

Permalink
Merge branch 'ElementsProject:master' into 2817-bitcoin-rpcclienttime…
Browse files Browse the repository at this point in the history
…out-parameter
  • Loading branch information
s373nZ committed Feb 20, 2024
2 parents cae2cd6 + 052542e commit 56affbf
Show file tree
Hide file tree
Showing 122 changed files with 2,131 additions and 967 deletions.
5 changes: 5 additions & 0 deletions .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@
"ListPeerChannels.channels[].initial_feerate": 12,
"ListPeerChannels.channels[].last_feerate": 13,
"ListPeerChannels.channels[].last_stable_connection": 56,
"ListPeerChannels.channels[].lost_state": 57,
"ListPeerChannels.channels[].max_accepted_htlcs": 40,
"ListPeerChannels.channels[].max_to_us_msat": 25,
"ListPeerChannels.channels[].max_total_htlc_in_msat": 30,
Expand Down Expand Up @@ -4589,6 +4590,10 @@
"added": "v24.02",
"deprecated": false
},
"ListPeerChannels.channels[].lost_state": {
"added": "v24.02",
"deprecated": false
},
"ListPeerChannels.channels[].max_accepted_htlcs": {
"added": "v23.02",
"deprecated": false
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/chainparams.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct chainparams {
*
* - Bitcoin mainet with port number 9735 or the corresponding hexadecimal `0x2607`;
* - Bitcoin testnet with port number 19735 (`0x4D17`);
* - Bitcoin signet with port number 39735 (`0xF87`).
* - Bitcoin signet with port number 39735 (`0x9B37`).
*/
const int ln_port;
const char *cli;
Expand Down
Loading

0 comments on commit 56affbf

Please sign in to comment.