Skip to content

Commit

Permalink
Merge pull request ElementsProject#208 from grubles/remove_localperce…
Browse files Browse the repository at this point in the history
…ntages

remove local_percentage from listpeers
  • Loading branch information
wtogami committed Jul 19, 2023
2 parents 4b09ead + e5e683f commit 725ca2c
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 140 deletions.
1 change: 0 additions & 1 deletion clightning/clightning_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,6 @@ type PeerSwapPeerChannel struct {
ChannelId string `json:"short_channel_id"`
LocalBalance uint64 `json:"local_balance"`
RemoteBalance uint64 `json:"remote_balance"`
LocalPercentage float64 `json:"local_percentage"`
State string `json:"state"`
}

Expand Down

0 comments on commit 725ca2c

Please sign in to comment.