mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-18 22:04:26 +01:00
Merge pull request #2634 from halseth/ottosuess-comment_typo_fix
lnrpc: fix minor comment typo
This commit is contained in:
252
lnrpc/rpc.pb.go
252
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@@ -1041,7 +1041,7 @@ message Channel {
|
||||
/// Whether this channel is advertised to the network or not.
|
||||
bool private = 17 [json_name = "private"];
|
||||
|
||||
/// True if we were the ones that creted the channel.
|
||||
/// True if we were the ones that created the channel.
|
||||
bool initiator = 18 [json_name = "initiator"];
|
||||
}
|
||||
|
||||
|
||||
@@ -1417,7 +1417,7 @@
|
||||
"initiator": {
|
||||
"type": "boolean",
|
||||
"format": "boolean",
|
||||
"description": "/ True if we were the ones that creted the channel."
|
||||
"description": "/ True if we were the ones that created the channel."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user