Merge pull request #2634 from halseth/ottosuess-comment_typo_fix

lnrpc: fix minor comment typo
This commit is contained in:
Johan T. Halseth
2019-02-21 16:20:33 +01:00
committed by GitHub
3 changed files with 128 additions and 128 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"];
}

View File

@@ -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."
}
}
},