mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 23:01:53 +02:00
Merge pull request #4465 from yyforyongyu/fix-make-rpc-format
trivial: fix make rpc-format
This commit is contained in:
@@ -1253,7 +1253,7 @@ message ChannelCloseSummary {
|
||||
repeated Resolution resolutions = 13;
|
||||
}
|
||||
|
||||
enum ResolutionType{
|
||||
enum ResolutionType {
|
||||
TYPE_UNKNOWN = 0;
|
||||
|
||||
// We resolved an anchor output.
|
||||
|
Reference in New Issue
Block a user