Skip to content

Commit

Permalink
cln: rearranged the order of commands
Browse files Browse the repository at this point in the history
I rearranged the order of commands for swapin.
  • Loading branch information
YusukeShimizu committed Feb 3, 2024
1 parent d8b683d commit 2b9dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clightning/clightning_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ type SwapIn struct {
ShortChannelId string `json:"short_channel_id"`
SatAmt uint64 `json:"amt_sat"`
Asset string `json:"asset"`
Force bool `json:"force"`
PremiumLimit int64 `json:"premium_limit"`
Force bool `json:"force"`
cl *ClightningClient `json:"-"`
}

Expand Down

0 comments on commit 2b9dfa3

Please sign in to comment.