Skip to content

Commit

Permalink
Removed duplicate keys in some dictionaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Suraj-27 authored and cdecker committed Feb 5, 2024
1 parent 25b40d2 commit fe09484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contrib/msggen/msggen/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ class OverridePatch(Patch):
'ListPeers.peers[].channels[].opener': "ChannelSide",
'ListPeers.peers[].channels[].state_changes[].cause': "ChannelStateChangeCause",
'ListPeers.peers[].channels[].state_changes[].old_state': "ChannelState",
'ListPeers.peers[].channels[].state_changes[].old_state': "ChannelState",
'ListPeers.peers[].channels[].htlcs[].state': "HtlcState",
'ListPeerChannels.channels[].htlcs[].state': "HtlcState",
'ListHtlcs.htlcs[].state': "HtlcState",
Expand Down
2 changes: 0 additions & 2 deletions contrib/pyln-testing/pyln/testing/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ def chainparams():
"elements": False,
"name": "regtest",
"p2sh_prefix": '2',
"elements": False,
"example_addr": "bcrt1qeyyk6sl5pr49ycpqyckvmttus5ttj25pd0zpvg",
"feeoutput": False,
"chain_hash": '06226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f',
Expand All @@ -643,7 +642,6 @@ def chainparams():
"elements": True,
"name": "liquid-regtest",
"p2sh_prefix": 'X',
"elements": True,
"example_addr": "ert1qjsesxflhs3632syhcz7llpfx20p5tr0kpllfve",
"feeoutput": True,
"chain_hash": "9f87eb580b9e5f11dc211e9fb66abb3699999044f8fe146801162393364286c6",
Expand Down

0 comments on commit fe09484

Please sign in to comment.